PDA

View Full Version : Change article preview images to default size


ndL
02-10-2011, 02:05 PM
I need help to find some answers how to make article preview image to be 250x150 px size and no other. Dont know how to express myself, but i want that vbulletin would resize or chop images from the inside of article.

my goal is to set homepage to look like this:
http://bmx.lt/images/bmxlt/likethis.png

also i would be really happy if someone would help me to recode whole "vbcms_content_article_preview" template.

Bram H
03-31-2011, 11:09 PM
Great question. Is this possible at all? It would make the look and feel of the cms so much better.

Bram H
08-26-2011, 09:43 PM
time for a bump :)

Lynne
08-26-2011, 09:59 PM
Article preview images already have their own CSS, so I'm not sure exactly what the question is about.

.cms_article_preview_image {
max-height:{vb:stylevar image_thumbnail_max};
max-width:{vb:stylevar image_thumbnail_max} !important;
_width:{vb:stylevar image_thumbnail_max}; /*IE6*/
}