Images cut off
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Images cut off’ is closed to new replies.