Quote:
Originally Posted by GaryT
Thank you for the correction. I suppose the two are different.
After checking the settings you noted, I see that the maximum width is set at 600 px. But, some of these higher resolution photos I have are out past any of my fixed width styles that are set at a width of 980px.
Is there another setting somewhere that would fix this?
Thanks
|
you can stop images from "breaking out" of the layout (As it were) by adding the following to additional.css:
Code:
#picturelink a img {max-width:95%;}
without a link to an example of whats happening, I can't guarantee that will 'fix' your specific issue, but it's the quickest (css) way to stop things from breaking out of the layout. I do something similar for youtube videos.
EDIT: Actually I just tested the style I'm working on and it was showing large photos by breaking them out of the layout, so I just fixed it for my own style, and I wouldn't have even thought to check until I read this post, thanks -- shame the default albums aren't more functional. Kind of want an "original size" link or something. Ah well.