Skip to content

Releases: fronttheme/zoomora

v1.2.1 — Bug Fixes

25 Feb 21:43

Choose a tag to compare

What's Fixed

  • showZoom: false now correctly hides the zoom button
  • showFullscreen: false now correctly hides the fullscreen and collapse buttons
  • showCounter: false now correctly hides the counter
  • showThumbnails: false now 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

04 Feb 12:08

Choose a tag to compare

🎉 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.0

Or 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

30 Nov 15:21

Choose a tag to compare

🎉 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 showAutoHideToggle option 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.0

Zoomora v1.0.0 - Initial Release

03 Oct 08:04

Choose a tag to compare

🎉 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