Options

Issue with displaying original size in lightbox

dorinakedorinake Registered Users Posts: 15 Big grins
edited November 1, 2013 in SmugMug Customization
Hey guys,

I've managed to customize a lot of things so far on my website, but there's one thing I just can't get done. When an image opens in lightbox, the size initialy selected is always Large, instead of Original. At first, I thought is was dependent on the resolution of the display, but that's not the case. Whether I see the image on a 1680px on the long side display or a 1024px one, the result is the same: an 1000px image is always displayed at 800px on the long side. It's true one can select the size after opening the image, but that's something I want to avoid. Those buttons in the lower right corner will be hidden after I unveil the site.

Any ideas how can I fix this using css?

Comments

  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 30, 2013
    Are you sure the original gallery is set to original? If it's a collected image it will follow the setting of the original gallery.

    It should fit to the maximum size it can on the screen.
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    dennismullendennismullen Registered Users Posts: 709 Major grins
    edited October 30, 2013
    I agree it's frustrating smugmug no longer uses "Original Size" as one of it's display sizes even though it's listed as the ninth size on the smugmug display sizes list.
    This is discussed here...

    http://www.dgrin.com/showthread.php?t=238148

    Just lately something was done that seems to scale the sizes in the slide show and the gallery view.
    This causes some problems discussed here...

    http://www.dgrin.com/showthread.php?t=242247

    "Original Size" was always used just like another display size before, and was used when it was appropriate.

    Some people do not want their pictures rescaled, if possible, and size and sharpen their pictures for ideal viewing.

    "Original Size" is the ninth size on the smugmug display sizes list.

    "The nine sizes of smugmug
    Most photo sharing sites shrink your originals to save space. Not us.
    With SmugMug, you get to keep every pixel forever and show them as big as your screen will allow."

    Size%20Chart-X3.jpg

    Cheers,
    See my gallery at http://www.dennismullen.com
  • Options
    dorinakedorinake Registered Users Posts: 15 Big grins
    edited October 31, 2013
    The maximum display size is set to original, so nothing wrong with the gallery settings. Most of my images are uploaded at 1000px wide. It seems whatever size between 801px and 1023 px will be displayed as Large. One way to solve this would be to save my images at 1024px to be displayed at XLarge size. But that's not what I want right now.

    There's must a CSS work-around to this issue. I've tried this:

    .sm-lightbox-image
    {
    max-width: 100%;
    height: auto;
    position: absolute;
    }

    But no luck. If someone around here with CSS knowledge has an idea, it would be greatly appreciated. Thank you.
  • Options
    AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited October 31, 2013
    dorinake wrote: »
    The maximum display size is set to original, so nothing wrong with the gallery settings. Most of my images are uploaded at 1000px wide. It seems whatever size between 801px and 1023 px will be displayed as Large. One way to solve this would be to save my images at 1024px to be displayed at XLarge size. But that's not what I want right now.

    Good luck, but I think you have found your problem. Smugmug seems to resize down/smaller but it won't resize larger. Hope there is a solution that suits.
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • Options
    dennismullendennismullen Registered Users Posts: 709 Major grins
    edited October 31, 2013
    The problem is smugmug stopped using "Original Size" as one of the display sizes.
    This sucks! It always used to work.

    EDIT: I took my original size picture with a vertical height if 1080 and resized it to X2 size in Photoshop.
    The quality of the file size of smugmugs copy is less than "8" in Photoshop's save as command.
    I hate to think what their stretched slideshow is. This is all about saving bandwidth.
    The only way we can see our original size quality is to manually select "Original Size" in the light box!

    Cheers,
    See my gallery at http://www.dennismullen.com
  • Options
    dorinakedorinake Registered Users Posts: 15 Big grins
    edited October 31, 2013
    Thanks guys for leaving your feedback on this one. I still think there's fix using CSS, but we need someone proficient to give us a helping hand. :)
  • Options
    thenickdudethenickdude Registered Users Posts: 1,302 Major grins
    edited October 31, 2013
  • Options
    dorinakedorinake Registered Users Posts: 15 Big grins
    edited November 1, 2013
    Ok, thanks for the reply. I guess I'll have to upload new images larger than 1024px.
Sign In or Register to comment.