Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sodhanalibrary/jqgifpreview

jQuery Plugin For GIF Preview As Like Facebook
https://github.com/sodhanalibrary/jqgifpreview

Last synced: 1 day ago
JSON representation

jQuery Plugin For GIF Preview As Like Facebook

Awesome Lists containing this project

README

        

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

##Implementation
###Add jQuery
```js

```
###Add CSS and JS files
```js

```
###HTML
```js

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

**src** : gif preview image path
##JS Code
```js
$(".myImg").jqGifPreview();
```