Fix demo url

This commit is contained in:
Luke Evers 2015-07-01 13:41:24 -04:00 committed by Luke Evers
parent 31f4f657e5
commit 767b264e2b

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