Okay
  Public Ticket #399901
Portfolio Custom Thumbnail Image changes Feature image dimensions in prettyphoto overlay
Closed

Comments

  • Dominik started the conversation

    For both of my portfolio items I uploaded a custom 600x400 thumbnail image. On the portfolio page (the grid), when I click the "view larger" button (on hover), the image that appears in the prettyphoto lightbox is cropped. I expected it to be the fully sized and properly scaled "featured image", which I set in the portfolio item post. Please note that the "view larger" button points to the correct file, but somehow this file gets cropped.

    Oh, and the funny thing that I just noticed is that if you lauch firebug or press F12 while in the lightbox mode (cropped), and then resize the inspector window, the size of the lightbox image also changes. Hope this helps

    The same apparently applies to other portfolio item, even without the custom thumbnail, as in here: http://www.annaklozarozwadowska.com/rysunki/ - please compare:

    1. the thumbnail image
    2. the image in the portfolio item (more details)
    3. the image in the lightbox (view larger)

    EDIT: It seems that when I changed the skin to "Original", the issue got fixed. Is that possible?

  •  1,075
    ThemeNectar replied

    Hey - try adding this into the custom css box located in your Salient Options panel:

    body[data-smooth-scrolling="0"] {
      overflow: visible!important;
    }