Skip to content

Commit

Permalink
Update example event
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentd committed Mar 27, 2015
1 parent d3534f9 commit 3a275c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 10 additions & 8 deletions examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ <h1>Custom size 2:</h1>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="jquery.gifplayer.js"></script>
<script>
$('#banana-default').gifplayer();
$('#banana-autoplay').gifplayer();
$('#banana-hover').gifplayer();
$('#banana-wait').gifplayer();
$('#banana2').gifplayer();
$('#banana-video').gifplayer();
$('#banana-custom-size1').gifplayer();
$('#banana-custom-size2').gifplayer();
$(document).ready( function(){
$('#banana-default').gifplayer();
$('#banana-autoplay').gifplayer();
$('#banana-hover').gifplayer();
$('#banana-wait').gifplayer();
$('#banana2').gifplayer();
$('#banana-video').gifplayer();
$('#banana-custom-size1').gifplayer();
$('#banana-custom-size2').gifplayer();
})
</script>

</body>
Expand Down
1 change: 1 addition & 0 deletions gifplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ins.play-gif:hover{

.gifplayer-wrapper{
position:relative;
display: inline-block;
}

.spinner {
Expand Down

0 comments on commit 3a275c0

Please sign in to comment.