Fix demo url

This commit is contained in:
Luke Evers 2015-07-01 13:41:24 -04:00
parent 21973f23ad
commit c2cce79529

View file

@ -6,7 +6,7 @@ A JavaScript plugin to contain an element within its parent element.
The plugin scales an element to the minimum size required for it to be completely contained within its parent, and retains its original aspect ratio by cropping portions that don't fit based on its vertical and horizontal alignment (by default both are set to: `middle`).
[Demo](https://github.com/WilliamsNY/contain-element)
[Demo](http://williamsny.github.io/contain-element/)
## Features