Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    Hey @yoyoma1974,

    Thank you for reaching out to us. Can you try adding the following to our plugins Custom JavaScript section by going to WordPress Dashboard > Instagram Feed > Customize > Misc > paste the code into?Custom JavaScript?> click?Save Changes.

    setTimeout(function() {
      var resizeEvent = window.document.createEvent('UIEvents'); 
      resizeEvent .initUIEvent('resize', true, false, window, 0); 
      window.dispatchEvent(resizeEvent);
    },500);

    Many thanks, hope you are having a great day!

    Thread Starter yoyoma1974

    (@yoyoma1974)

    That works, thank you.

    Plugin Support Smash Balloon Mike

    (@smashballoonmike)

    Hey @yoyoma1974,

    You’re welcome!

    Let us know if you need anything in the future. Hope you have a great weekend!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images stretched’ is closed to new replies.