All notable changes to this project will be documented in this file.
The project adheres to Semantic Versioning.
- Fixed body scroll disabling on lightbox open #18
- Added touchstart surpress to prevent Wordpress takeover #17
- Fixed CSS minification #17
- Added touch events support #16
- Reorginized the file tree of the library
- Changed
data-src
(which is still supported for compatibility) tohref
as the source for iframe content #15
- Added
data-scrolling="true"
, an alternative to existingscrolling
option property withtrue
. #6
- Changed z-index 999999 to play well with wp-admin #14
- Pure CSS Retina Ready UI images, no external ones, removed inlined SVG and base64 images #13
- Freeze body scrolling on lightbox open #12
- Changed z-index 999 #10
- close and loading with SMIL SVG, and base64 images for compatibility with IE11 and Edge #13
- Added onClosed callback option
- Updated the forgotten minified file
iframe-lightbox.min.js
- The new
onLoaded
event is now an alias foronIframeLoaded
- This CHANGELOG file
- Event Handling Callbacks #3