Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sodhanalibrary/jqgifpreview
- Owner: SodhanaLibrary
- License: mit
- Created: 2016-03-02T16:48:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T11:22:54.000Z (3 months ago)
- Last Synced: 2025-01-17T18:12:47.956Z (9 days ago)
- Language: CSS
- Size: 549 KB
- Stars: 237
- Watchers: 12
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```