|
VBcms Image Resize
First posted mod. I didn't want to click the pencil for every picture in an article. I'm surprised this wasn't included in 4.04
Very simple to install. Before and after images included.Step 1 Admincp>Styles & Templates>CSS Templates>vbcms.css Code:
.article img {
border:0;
margin:{vb:stylevar padding};
Code:
.article img {
border:0;
max-height:{vb:stylevar vbcms_article_image_large_maxSize};
max-width:{vb:stylevar vbcms_article_image_large_maxSize};
margin:{vb:stylevar padding};
Step 2 Then open stylevars and edit vbcms_article_image_large_maxSize to whatever value works best for you. Download No files for download. Screenshots |
|||||||||