🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Fit Image is a jQuery responsive image solution which allows to resize & centralize an image to fit any size container.

Resize responsive-image

Documentation

jQuery Fit Image

Resize image to fit container

Getting Started

Download the production version or the development version.

In your web page:

<img src="image.jpg" fitimage="200,300" id="container" />  <script src="jquery.js"></script> <script src="dist/jquery.fitimage.min.js"></script> <script> jQuery(function($) {   $('#container').fitimage(); }); </script>

You May Also Like