View Full Version : Album picture too big for fixed site width
Ok, I tried to search the issue fix for a few hours. To no success.
I have fixed width site. When I upload a large picture to my user album it brakes the width of the site and extends beyond.
Is there a place (or mod) where I can set these parameters?
Thank you
Lynne
12-13-2013, 05:22 PM
You would need to use CSS to change it for that style. If you don't know how to do that, you will need to provide a link to a page so we can see it and we can try to help you write the CSS.
tbworld
12-13-2013, 08:30 PM
Add to the bottom of your 'additional.css' template.
#picturelink img {
max-width:895px;
}
@Lynne may have a better suggestion. She is much more familiar with the code. :)
Thank you much. Worked like a charm.
tbworld
12-13-2013, 10:00 PM
Thank you much. Worked like a charm.
This was based off the link to your web site, the page's boxmodel. That is why we need a link as @Lynne suggested.
(Just in case anyone else is reading this thread and wonders why we need a link. :))
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.