• Hello, my site is hosted on localhost and i can’t actually send you a link so i will try explain the problem the best way possible. I put a gallery shortcode in one of my pages, 3 column gallery, i set the width and height of the thumbnails, so far so good. The original photos’ dimensions are 800px x 600px.

    The problem is when i click on the pictures and they open up like a popup, the dimensions of this window are not the dimensions of the photo, it cuts off the photo actually. I couldn’t find where i should change the dimensions, i checked the settings/media, also the style.css and functions.php code and still nothing.

    I would really appreciate your help.

Viewing 1 replies (of 1 total)
  • immichael25,

    I’d probably use the Chrome Inspector or Firebug tool in Firefox to find the CSS class of the magnified image, then to into style.css, and create a new rule for that CSS class that says max-width: 100%;

    That should keep the image within the browser window at all times.

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery Shortcode issue’ is closed to new replies.