Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Hot test fix iOS issue #92
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Nov 19, 2020
1 parent a0cb584 commit e1a7e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions jquery.instagramFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
profile_name: ' style="font-size:1.2em;"',
profile_biography: ' style="font-size:1em;"',
gallery_image: ' style="width:100%;"',
gallery_image_link: ' style="width:' + width + '%; margin:' + options.margin + '%;position:relative; display: inline-flex; height: 100%;"'
gallery_image_link: ' style="width:' + width + '%; margin:' + options.margin + '%;position:relative; display: inline-block; height: 100%;"'
};

if(options.display_captions){
Expand All @@ -133,10 +133,11 @@
font-size: 0.8rem;\
color: black;\
position: absolute;\
left: 0;\
right: 0;\
bottom: 0;\
padding: 1%;\
max-height: 100%;\
width: 100%;\
overflow-y: auto;\
overflow-x: hidden;\
background-color: hsla(0, 100%, 100%, 0.8);\
Expand Down
2 changes: 1 addition & 1 deletion jquery.instagramFeed.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1a7e75

Please sign in to comment.