The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
maxImage Image Scaling
This plugin will resize targeted images to their max width according to the browser, their ratio, and some simple specs.
Every time a user resizes the browser, the images will resize with it, while retaining it's ratio. The images can resize based on the width only, the height only, or both. I have also added the option to make your image a background image. The plugin find the width of your browser and the ratio of your image and then resizes it accordingly.
These are the editable settings and their defaults:
verticalOffset: 0
horizontalOffset: 0,
leftSpace: 0,
topSpace: 0,
rightSpace: 0,
bottomSpace: 0,
position: 'absolute',
isBackground: false,
zIndex: -10,
maxFollows: 'both',
verticalAlign: 'center',
horizontalAlign: 'center',
maxAtOrigImageSize: false,
slideShow: false,
slideDelay: 5, // In seconds
slideShowTitle: true,
loadingGif: 'images/loading.gif',
loadingGifWidth: '32px',
loadingGifHeight: '32px'
For a full list of the possible options please view the demo site.
