Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cyrilou242/7a860e04a8b0802f22e9bac5b2db98e6 to your computer and use it in GitHub Desktop.
Save cyrilou242/7a860e04a8b0802f22e9bac5b2db98e6 to your computer and use it in GitHub Desktop.
Test hack site import
<script type="text/javascript" src="./libgif.js"></script>
<img src="https://media.giphy.com/media/eVy46EWyclTIA/giphy.gif" rel:animated_src="https://media.giphy.com/media/eVy46EWyclTIA/giphy.gif"
width="360" height="360" rel:auto_play="1" rel:rubbable="1" />
<script type="text/javascript">
$$('img').each(function (img_tag) {
if (/.*\.gif/.test(img_tag.src)) {
var rub = new SuperGif({ gif: img_tag } );
rub.load(function(){
console.log('oh hey, now the gif is loaded');
});
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment