Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

colorize example #17

Merged
merged 2 commits into from Sep 14, 2015
Merged

colorize example #17

merged 2 commits into from Sep 14, 2015

Conversation

paulvi
Copy link

@paulvi paulvi commented Sep 13, 2015

as

        <img src="./example1_preview.gif" rel:animated_src="./example1.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>

yacomink added a commit that referenced this pull request Sep 14, 2015
@yacomink yacomink merged commit c629130 into buzzfeed:master Sep 14, 2015
@yacomink
Copy link

thanks paul!

@paulvi paulvi deleted the patch-1 branch September 14, 2015 16:39
@paulvi
Copy link
Author

paulvi commented Sep 14, 2015

welcome and thanks to you, Andy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants