Didn't see a forum for site suggestions anywhere on here so thats one suggestion lol, but back on topic... I've noticed some people like to post images with enormous widths making you have to use the horizontal scroll... I haven't used vbulletin just yet, but using firebug and adding the following css makes the horrizontal scroll disappear and, therefore, makes the pages easier to view with a normal human being's screen resolution...
The images maintain their aspect ratios in firefox, but may need the max-height set to auto for the inferior internet explorer browser... but yeah... wouldn't know until you try.
Just a suggestion :smile:
Code:
.vb_postbit img, img.attach {
max-width:900px;
}
The images maintain their aspect ratios in firefox, but may need the max-height set to auto for the inferior internet explorer browser... but yeah... wouldn't know until you try.
Just a suggestion :smile:
Last edited: