• Stars
    star
    237
  • Rank 169,885 (Top 4 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery Plugin For GIF Preview As Like Facebook

jqGifPreview

jQuery Plugin For GIF Preview As Like Facebook ###Explanation [Click here] (http://blog.sodhanalibrary.com/2016/03/facebook-like-gif-preview-using-jquery.html) to read complete explanation ###Demo [Click here] (http://demo.sodhanalibrary.com/angular/gif_preview/jqGifPreview/demo.html) to see demo

##Implementation ###Add jQuery

<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>

###Add CSS and JS files

<link rel="stylesheet" href="jqGifPreview/jqGifPreview.css" />
<script src="jqGifPreview/jqGifPreview.js"></script>

###HTML

<img class="myImg" src="sample_first_frame.png" data-gif="sample_giphy.gif" />

####Attributes data-gif : gif image path

src : gif preview image path ##JS Code

$(".myImg").jqGifPreview();