Hi @lugt1908,
Sorry for the delayed response here, Joel (who responded above) is unavailable this week and so I’m responding on his behalf.
Could you try the following options for me?
1. Go to Instagram Feed > Customize, and scroll to the very bottom. Enable the setting labeled “Disable JS Image Loading“, click Save Changes, and then view the feed to see whether it resolved the issue for you?
2. If that didn’t resolve the problem, then try enabling the setting 2 spots below that labeled “Load initial posts with AJAX“. Then Save Changes and view the feed.
3. If both of those options don’t work, then try adding the following to the “Custom JavaScript” section, which is just above those settings:
$('.sbi_photo').each(function(){
$(this).css('background-image', 'url('+ $(this).attr('data-full-res') + ')');
});
If none of those options resolve the problem, then could you open a support ticket here with your “System Info” from the “Support” tab inside the plugin settings? Then one of our support team can dig into it some more for you!
Many thanks,
John