Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jessica St. Peter

    (@brandjess)

    Looks like the squished images were being given a height of 24px, but grabbing the 100% width from the CSS.

    I fixed the issue of the height of the images with some CSS:

    .final-tiles-gallery .tile img.item { height: auto !important;}

    This isn’t a permanent fix but does the trick for the time being. Please look into this issue.

    Well, CSS conflicts may happen, your solution seems good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Narrow/stretched images in gallery’ is closed to new replies.