The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
This is something easily controlled with a little custom CSS.
In your browser (Chrome in this example) Browse to a blog with an image that is too big, right click on it and choose "Inspect Element" There will be the css needed to apply to blog images, it is something that ends in img like: .blogcontent img { So in additional.css template add code like this: Code:
.blogcontent img { max-width: 800px !important; } Note- this is for inline images using the [IMG] tag. You may need a separate line for attached images- follow the same basic instructions. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|