godsdead
Member
Posted 2 years ago #
I am uploading photos that are about 2000x3000 pixels, i have my thumbnails set to 200x200, which seem to work fine, But when I click on the Thumbnail, the lightbox loads up a small version of the photo, maybe 200x300 (if its portrait), i checked on the server, and its not creating 800x600 versions of the photos, they all seem to be about the same size as the thumbnails....
Please help!
Thanks.
- Tom
mundo2u
Member
Posted 2 years ago #
I'm also experiencing the same type of problem i suspect it will require us having to change some .css or JavaScript related to the Plugin.
mundo2u
Member
Posted 2 years ago #
godsdead,
I found the solution today while playing with my local host, edit this file to show full size. nextgen-gallery/shutter/shutter-reloaded.css
The try using this updated class
---Class
div#shDisplay img#shTopImg {
margin: 0 auto;
border: 1px solid #555;
background: transparent;
display: block;
max-width: 1200px;
max-height: none;
float: none;
padding:2px;
cursor: pointer;
width: 90%;
height: 90%;
}
--Class
godsdead
Member
Posted 2 years ago #
thanks, ill give that a look, was it the max-width causing trouble?