The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I use VB 4.0 publishing suite and I have a problem with images in articles.
When I want to place an image in an article, the image is automaticly resized to a smaller size. How can I get the original size of images in an article without being resized to a smaller size? Kind regards, Danny |
#2
|
|||
|
|||
![]()
Good question...i'm desperately trying to find out
![]() CAN ANYONE HELP? |
#3
|
|||
|
|||
![]()
I know the css to do the forum but I am unsure if it works on the CMS part as I haven't tried it out. I am sure with some editing of this code you can get it to work as well in the CMS part.
Put this in your postbit.css at the bottom and save. Code:
.postbody IMG{ max-width: 85%; height: expression(this.height > 100 ? "100px" : true); width: expression(this.width > 100 ? "100px" : true); } |
#4
|
|||
|
|||
![]() Quote:
Select the vBCMS section on the left. There are several image size attribute options to play with. Toy with them until you get the image sizes you want. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|