Changelog
Beta 2
Fixed
- Fixed and improved support for content sourced from a local DOM element, using an element id or class selector. The id or class selector can be set in the link href attribute or in a data-mediabox-content attribute. If using the latter, the href attribute can be omitted, eg:
<a data-mediabox-content="#contentId" data-mediabox="1" data-mediabox-width="480" data-mediabox-height="240">foo</a>
or
<a data-mediabox-content="contentId" data-mediabox="1" data-mediabox-width="480" data-mediabox-height="240">control</a>
or
<a href="#contentId" data-mediabox="1" data-mediabox-width="480" data-mediabox-height="240">control</a>
Beta 1
Changed
- Prevent resizing of the MediaBox when using a pinch-zoom.