1. Download the load the pixelvoyager.js script in the document.
<script src="pixelvoyager.js"></script>
2. Add your image to the image viewer.
<a> tag must have the class pixel-voyager-link.href of the <a> src of the <img> tag should be your thumbnail.<a href="full.jpg" class="pixel-voyager-link"> <img src="thumb.jpg" alt="Example Image"> </a>
The library scans the DOM on load, finds all pixel-voyager-link anchors, and attaches the necessary event listeners. This structure also provides graceful degradation. If JavaScript fails, it’s still a functional link to the image.
3. For more control or for use in single-page applications, you can call the API directly.
PixelVoyager.openImage('/path/to/image.jpg'); 4. All possible options to customize the image viewer.
zoomMode: 'cursor' (default) or 'center'. Sets the zoom origin to the mouse pointer or the canvas center.cornerColor: A CSS color string. Default: 'rgba(64, 158, 255, 0.6)'. Sets the color of the UI corner indicators.moveThreshold: A number. Default: 1. The pixel distance the mouse must drag before a pan action starts.blockingDelay: A number. Default: 1000. Milliseconds to delay closing after a drag, which prevents accidental clicks.checkInterval: A number. Default: 15. The interval in milliseconds for mouse movement checks.PixelVoyager.configure({
zoomMode: 'cursor',
cornerColor: 'rgba(64, 158, 255, 0.6)',
moveThreshold: 1,
blockingDelay: 1000,
checkInterval: 15,
}); ESC – Close image viewer+ / = – Zoom in- – Zoom out0 – Reset view to original size and positionThe post Responsive Interactive JavaScript Lightbox & Image Viewer Library – PixelVoyager appeared first on CSS Script.
He might have realized he’s about to lose a lot of money. | Image: Cath…
If you've got strong creative instincts, the ability to authentically portray emotion, and are capable…
Meta has confirmed it will permanently remove end-to-end encryption (E2EE) support from Instagram direct messages,…
ROME (AP) — Pope Leo XIV demanded a ceasefire in the Middle East on Sunday…
The Galaxy Buds Pro 4 are a nice improvement over the Buds 3, but still…
HADLEY — The town is in line to get a payment of around $60,000 a…
This website uses cookies.