You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @davatron5000 ,
Thanks for the cool plugin 👍 saved me some development time on my blog...
But am facing issues with google drive embeds. Here is the codepen example of my issue: https://codepen.io/ufo2mstar/pen/EwMMxz
PS: If I may proffer a suggestion; the codepen issue guideline is a good idea.. a lesser threshold for entry would be a forkable working example showing how you wanted us bug loggers to put forward the example would make it easier on us 😄 maybe you can even remodel my own example if you like it..
Cheers!
The text was updated successfully, but these errors were encountered:
ufo2mstar
changed the title
Does not work for Google Drive Embeds
Does not work for Google Drive Embeds (included a codepen example)
Oct 21, 2017
// does not work$('iframe[src*="drive"]').parent().fitVids();// does work $("#vid_div").fitVids({customSelector: "iframe[src^='https://drive.google.com']"});
Hi @davatron5000 ,
Thanks for the cool plugin 👍 saved me some development time on my blog...
But am facing issues with google drive embeds. Here is the codepen example of my issue:
https://codepen.io/ufo2mstar/pen/EwMMxz
PS: If I may proffer a suggestion; the codepen issue guideline is a good idea.. a lesser threshold for entry would be a forkable working example showing how you wanted us bug loggers to put forward the example would make it easier on us 😄 maybe you can even remodel my own example if you like it..
Cheers!
The text was updated successfully, but these errors were encountered: