Instagram Photos From API Changed From Squares to Large Rectangles After Update
-
Hello,
I recently updated my website and see that the small square instagram photos that appear above the footer have changed to large tall rectangles. See attached screenshot. How can I change these back to the small squares? I don’t see any options for shapes and when I adjust size using the Instagram HMTL block nothing changes, so something else must be causing the issue. Any help would be much appreciated.
I am currently using the Instagram API to load the images from Instagram.
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.instagram-widget.data-source-api .wrapp-picture {
padding-bottom: 0;
}
Regards
Thank you Artem! That resolved the issue.
The topic ‘Instagram Photos From API Changed From Squares to Large Rectangles After Update’ is closed to new replies.