• Resolved Alexkehoe

    (@alexkehoe)


    Got a couple issues.

    1. Most of my images are square but some seem to be larger than squares which throws the whole balance off. The originals are square. I have attempted the following time out code in your custom area.

    setTimeout(function(){
    jQuery(‘#sb_instagram .sbi_photo’).css(‘height’, jQuery(‘#sb_instagram.sbi_photo’).eq(0).innerWidth() );
    }, 500);

    2. My images are loaded yet the loading ring continuous to cycle indefinitely.

    https://www.yogaplanet.co.uk

    https://www.ads-software.com/plugins/instagram-feed/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    You can remove the spinning icon with some CSS. Go to the “Customize” tab and find the “Custom CSS” area and paste this in:

    #sb_instagram .sbi_loader {
      display:none !important;
    }
    Thread Starter Alexkehoe

    (@alexkehoe)

    Thank you that removed the spinner.

    Any help with the images not all being square like they are on instagram?

    Thread Starter Alexkehoe

    (@alexkehoe)

    Problem solved. It was caused by my CDN which was trying to speed up my js.

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Great Alex!

    Glad you could figure that last part out. Let me know if you need anything else!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images Not Square and Continuous Progress Ring’ is closed to new replies.