Releases: fronttheme/zoomora
Releases · fronttheme/zoomora
v1.2.1 — Bug Fixes
What's Fixed
showZoom: falsenow correctly hides the zoom buttonshowFullscreen: falsenow correctly hides the fullscreen and collapse buttonsshowCounter: falsenow correctly hides the countershowThumbnails: falsenow correctly hides the thumbnail strip and toggle button,
and repositions the caption to the correct bottom offset- Font glyph bounding box warning in Firefox is resolved
Upgrade
No breaking changes. Drop-in replacement for v1.2.0.
npm install zoomora@1.2.1
Zoomora v1.2.0
🎉 What's New in v1.2.0
✨ New Features
Background Click to Close (#4)
- Click anywhere outside the media to close the lightbox
- Thanks to [@dragoeco] for the suggestion!
⚙️ Configuration
new Zoomora({
closeOnBackgroundClick: true // Enable/disable background click (default: true)
});📦 Installation
npm install zoomora@1.2.0Or via CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zoomora@1.2.0/dist/zoomora.css">
<script src="https://cdn.jsdelivr.net/npm/zoomora@1.2.0/dist/zoomora.umd.min.js"></script>Full Changelog: v1.1.0...v1.2.0
Zoomora v1.1.0 - Progressive Zoom & Drag Improvements
🎉 Major Improvements in v1.1.0!
✨ New Features
- Progressive Zoom Levels: Click to zoom through multiple levels (1x → 1.5x → 2x → 3x → 100%)
- Smart Zoom Detection: Only enables zoom for images larger than viewport
- Enhanced Vertical Image Support: Proper handling of portrait-oriented images
🐛 Bug Fixes
- Fixed drag dezooming issue on all image orientations (#2)
- Fixed
showAutoHideToggleoption not working (#3) - Fixed CSS transition conflicts during drag
- Fixed zoom button not responding on zoomed landscape images
🚀 Improvements
- Smoother drag experience on desktop and mobile
- Better boundary calculations for all image sizes
- Improved state management for reliable transforms
- Click vs drag detection to prevent accidental zooms
📦 Installation
NPM:
npm install zoomora@1.1.0Zoomora v1.0.0 - Initial Release
🎉 Initial Release
Zoomora is a modern, responsive lightbox plugin with zoom, fullscreen, and gallery features.
✨ Key Features
- Image galleries with smooth navigation
- Video support (YouTube & local files)
- Smart zoom with pan & drag
- Fully responsive
- Keyboard shortcuts
- Zero dependencies
📦 Installation
NPM:
npm install zoomora