Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like the image is being resized to the size of the popup, have you tried adjusting the popup size to “Custom” and setting the width and height to “100%”?

    This is found in the Popup Editor under the Display Settings Pane.

    Let us know if this helps.

    Plugin Author Daniel Iser

    (@danieliser)

    @rkim – You can also try using CSS to set your image as responsive. The following would work.

    .pum-content img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }

    Hope that helps. Please take a moment to click that it Works and to rate and review the plugin or support.

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

The topic ‘Shortcode not working’ is closed to new replies.