/imgPosition

jquery plugin

Primary LanguageJavaScript

jquery imgPosition js

This plug-in while keeping the ratio of the image, is a plug-in to fit the specified HTML tags

Installation

<script src="/path/to/img.position.js"></script>

Usage

$('your element').imgPosition({
  width:  your element width
  height: your element height
});