• Hello,

    We would like to show the IG feed only in mobile devices. Any suggestion on how to do it using this plugin?

    Thanks in advance.

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

    (@craig-at-smash-balloon)

    Hey hvdesign,

    You could use CSS and a media query to hide the feed if the screen width is over 480 pixels for example:

    @media all and (min-width: 480px){
    	.sbi { display: none !important }
    }

    Let me know if you have more questions!

    – Craig

    Thread Starter hvdesign

    (@hvdesign)

    Thanks Craig, we have sort of it right now but we wanted to avoid loading the images not just to hide them.

    Any ideas?

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Let me think about this and get back to you soon!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only in mobile’ is closed to new replies.