-
Notifications
You must be signed in to change notification settings - Fork 21
jQuery plugin to resize and crop bigger images and elements inside a container element
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSE-GPL.txt
MIT
LICENSE-MIT.txt
VuongN/jQuery-Fakecrop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Usage <style> img { height:100px; } /** there has to be a fixed dimension width/height **/ </style> <script src="/path/to/jquery-library.js"></script> <script src="/path/to/fakecrop.js"></script> <script> $(document).ready(function () { // for a filled square thumbnail $('img').fakecrop(); // for a fixed width/height $('img').fakecrop({fill: false}); }); </script>
About
jQuery plugin to resize and crop bigger images and elements inside a container element
Resources
License
Unknown, MIT licenses found
Licenses found
Unknown
LICENSE-GPL.txt
MIT
LICENSE-MIT.txt
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published