Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter earth_human

    (@earth_human)

    Fixed by adding “width:100%!important” to the iframe css class. This can’t be done just on your iframe code snippet. It has to be set in CSS code (the child theme css customizer for most people) so that all iframes shown with this plugin will be forced to 100% width. This code does a pretty good job of it and the important part is needed in our case:

    div.spu-container iframe {width:100%!important;}

    Plugin Author Damian

    (@timersys)

    Thanks for reporting, we will add a workaround.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘popup shows empty, unless…’ is closed to new replies.