• Resolved lushtoblush

    (@lushtoblush)


    Hi,

    The images in my feed are being cropped. I tried adding the following codes based on other support threads:

    #sb_instagram .sbi_photo img {
    display: none;
    }

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

    I also tried checking the “Load initial posts with AJAX” option. None of these things worked. Any other ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @lushtoblush,

    As mentioned in the other thread, please send us a support request via our website. That being said, likely, this is an issue with conflicting theme specific rules related to our plugin. We will be able to look into this with you in a support ticket.

    Many thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Images cut off’ is closed to new replies.