Viewing 2 replies - 1 through 2 (of 2 total)
  • databomb

    (@databomb)

    I had a similar problem and found out it is due to the CSS. Remove max-width: 100% as below;

    Add this to your CSS.

    .gmsc img {
    max-width: none !important;
    }

    Thread Starter ombagrao22

    (@ombagrao22)

    Thanks databomb It’s working for me fine now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing Zoomer properly’ is closed to new replies.