Images have inline css display: none
-
I’ve installed and configured the plugin, successfully connected it to the Instagram account, and embedded it using shortcode:
[instagram-feed user=”bearpawtherapies” num=8 cols=2 headertext=’Bear Paw on Instagram’]
… but no images. When I looked at the code, I found that each image has the inline css:
display: none;
I’ve now ‘hacked’ it by putting
display: block !important;
in the custom css box (!!) but this feels a bit like hitting it with a hammer. Why is that there, and is there a more elegant way to fix it?
Thanks.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 have inline css display: none’ is closed to new replies.