JCE MediaBox 2.2.4 Beta2

Version 2.2.4 Beta 2
Released On
Updated On
File Size 64.38 Kb
MD5 Signature 6651c11f5b70b6118dd17ca63394bcb3
Licence GNU General Public License, Version 2 or later

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.