Quote:
Originally Posted by Lynne
Showing more images will require quite a bit of coding (right now, only the first image link is saved). Making it bigger just requires adjust properties in the class ".cms_article_preview_image". Go do a search for that and you'll see what stylevars effect it and then change them.
|
Awesome Thanks
i found this
Code:
.cms_article_preview_image {
border:{vb:stylevar vbcms_article_preview_image_border};
outline: {vb:stylevar vbcms_article_preview_image_outline};
float:{vb:stylevar left};
margin:{vb:stylevar vbcms_article_preview_image_margin};
max-height:{vb:stylevar vbcms_article_preview_image_maxSize};
max-width:{vb:stylevar vbcms_article_preview_image_maxSize} !important;
_width:{vb:stylevar vbcms_article_preview_image_maxSize}; /*IE6*/
Than i found the "vbcms_article_preview_image_maxSize " and Change the Size and all is working!!
Thanks you!