Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter jasearles

    (@jasearles)

    The feed works, it just does not scale properly on mobile devices. My friend has an iphone 6 plus and the instagram will load 4 pictures and then if they refresh the page, sometimes the other 6 images show up. I have custom code that I pasted below. I guess what I’m really asking is, is there a way for the feed to scale as the size of the screen increases or decreases?

    Custom CSS:
    @media (max-width: 480px) {
    #sb_instagram{ display: none }
    }

    Custom Javascript:
    if( $(window).width() < 600 ){ $(‘#sb_instagram .sbi_item’).slice(4).remove(); }

    Thank you for your help!

Viewing 1 replies (of 1 total)