🖼️
Multiple Images Support
View single or multiple images with ease
Responsive, customizable, and framework-agnostic
ImagesViewer is a powerful, lightweight image viewer built with vanilla JavaScript. It provides a rich set of features for viewing and interacting with images, including zooming, rotation, navigation, and more.
// Simple usage
const viewer = new ImagesViewer({
images: ['image1.jpg', 'image2.jpg', 'image3.jpg']
});
// Advanced configuration
const viewer = new ImagesViewer({
images: ['image1.jpg', 'image2.jpg'],
theme: {
viewerBgColor: 'rgba(0, 0, 0, 0.8)'
},
i18n: {
info: {
name: 'Name:',
dimensions: 'Size:'
}
}
});ImagesViewer works on all modern browsers, including:
MIT License