The Arcive of vBulletin Modifications Site. |
|
VBcms Image Resize Details »»
|
|||||||||||||||||||||||||||||
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. Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
nice work thanks
|
|
#3
|
|||
|
|||
|
tagged and thanks
vBulletin should include this Mod in the next release |
|
#4
|
||||
|
||||
|
good work bro
thanxx installed + 5 stars |
|
#5
|
|||
|
|||
|
Thanks everyone. This really is a must have for fixed style forums and any site that has large images in articles.
|
|
#6
|
|||
|
|||
|
Hello, congratulations
![]() Is also possible add some effect..as lightbox? Thank you |
|
#7
|
|||
|
|||
|
Finally, installing now.
|
|
#8
|
|||
|
|||
|
Ok, installed, works great but you can't click to expand the image?
|
|
#9
|
|||
|
|||
|
Hello, don't work on my site
|
|
#10
|
|||
|
|||
|
Post up your vbcms.css file and a link to your site.
|
![]() |
|
|