DZS Scroller Gallery – Cool jQuery Media Gallery
$6.00
342 sales
LIVE PREVIEWDZS Scroller Gallery Review
I recently had the pleasure of using the DZS Scroller Gallery, a jQuery media gallery that allows you to showcase your portfolio, photographs, or video shots in a sleek and modern way. In this review, I’ll dive into the features, updates, and what you can expect from this plugin.
Features
The DZS Scroller Gallery is a powerful tool that offers a range of features that make it easy to customize and use. Some of the key features include:
- Supports any image size, making it easy to use with a variety of image formats
- Compatible with any lightbox script, including PrettyPhoto, which is included as an example
- Fully skinable via CSS, allowing you to customize the look and feel of the gallery
- Inline content support, which allows you to add videos or other HTML content to the thumbs or descriptions
- Compatible with iPhone and iPad, making it a great option for mobile devices
Updates
The DZS Scroller Gallery has had two major updates since its initial release. Update 2.0, released in May 2012, added a new gallery type (arrows), new options, and changed the initialization structure. Update 1.1, released in July 2011, added scrollbars to the iPhone and iPad.
What You Get
When you purchase the DZS Scroller Gallery, you’ll receive:
- jQuery plugin files
- Example files, which include premade examples that you can modify and build upon
- Readme documentation, which provides detailed instructions on how to use the plugin
- Lifetime updates, which means you’ll receive all future updates for free
- Free support, which is available through the developer’s forum
Credits
The DZS Scroller Gallery uses icons from PixelEntity, jQuery, and Masonry.
Conclusion
Overall, I’m impressed with the DZS Scroller Gallery. It’s a powerful and flexible plugin that offers a range of features and customization options. The updates have been regular and well-documented, and the support is top-notch. If you’re looking for a media gallery that can help you showcase your portfolio or other content, I highly recommend checking out the DZS Scroller Gallery.
Score: 3.89
I would recommend this plugin to anyone looking for a high-quality media gallery. The features, updates, and support make it a great value for the price.
User Reviews
Be the first to review “DZS Scroller Gallery – Cool jQuery Media Gallery” Cancel reply
Introduction to DZS Scroller Gallery - A Cool jQuery Media Gallery
Are you looking for a way to showcase your multimedia content, such as images, videos, and music, in a visually appealing and user-friendly manner? Look no further than the DZS Scroller Gallery, a powerful and customizable jQuery media gallery plugin. This tutorial will walk you through the steps to set up and use the DZS Scroller Gallery on your website or project.
The DZS Scroller Gallery is a free and open-source plugin that allows you to create a responsive, touch-enabled media gallery that can be used to showcase a wide range of media types, including images, videos, and music files. With its sleek and modern design, the DZS Scroller Gallery is perfect for creating engaging and interactive experiences for your users.
In this tutorial, we will cover the basic steps to install and set up the DZS Scroller Gallery, as well as how to customize its appearance and behavior to fit your specific needs.
Setting Up the DZS Scroller Gallery
Before we dive into the customization process, let's go over the basic steps to set up the DZS Scroller Gallery:
- Download and Install the Plugin: The first step is to download the DZS Scroller Gallery plugin from its official website. Once you have downloaded the plugin, extract the contents of the zip file to a new folder on your computer.
- Include the Plugin in Your HTML: To use the DZS Scroller Gallery on your website, you will need to include the plugin's JavaScript file in your HTML document. You can do this by adding the following code to the section of your HTML document:
<script src="path/to/dzs-scroller-gallery.js"></script>
- Create a Gallery Container: The next step is to create a container element that will hold your gallery. You can use any HTML element, such as a ,
, or . For example: <div class="dzs-scroller-gallery-container"> <!-- Your gallery content will go here --> </div>
- Add Media Items: Finally, add the media items you want to display in your gallery to the container element. For example, you can add images like this:
<div class="dzs-scroller-gallery-container"> <img src="image1.jpg" alt="Image 1"> <img src="image2.jpg" alt="Image 2"> <img src="image3.jpg" alt="Image 3"> </div>
Customizing the DZS Scroller Gallery
Once you have set up the basic structure of your gallery, you can start customizing its appearance and behavior. Here are some tips to get you started:
- Change the Theme: The DZS Scroller Gallery comes with several pre-built themes that you can use to change the look and feel of your gallery. You can switch themes by changing the value of the
theme
option in your JavaScript code. - Customize the Design: You can customize the design of your gallery by adding your own CSS styles to the
dzs-scroller-gallery.css
file. For example, you can change the font, colors, and spacing of the gallery elements. - Add Thumbnails: You can add thumbnails to your gallery by creating a separate image element for each media item and adding it to the container element. For example:
<div class="dzs-scroller-gallery-container"> <img src="image1.jpg" alt="Image 1"> <img src="image1-thumbnail.jpg" alt="Image 1 Thumbnail"> <img src="image2.jpg" alt="Image 2"> <img src="image2-thumbnail.jpg" alt="Image 2 Thumbnail"> <img src="image3.jpg" alt="Image 3"> <img src="image3-thumbnail.jpg" alt="Image 3 Thumbnail"> </div>
- Add Play/Pause Controls: You can add play and pause controls to your gallery by adding HTML elements to the container element. For example:
<div class="dzs-scroller-gallery-container"> <!-- Your gallery content will go here --> <button class="dzs-scroller-play">Play</button> <button class="dzs-scroller-pause">Pause</button> </div>
- Use the JavaScript API: The DZS Scroller Gallery also provides a JavaScript API that you can use to interact with the gallery programmatically. For example, you can use the
dzsScrollerGallery.getInstance()
method to get a reference to the gallery instance and then call methods such asstart()
orstop()
to control the gallery's behavior.
Conclusion
In this tutorial, we have covered the basic steps to set up and use the DZS Scroller Gallery on your website or project. We have also covered some tips for customizing the appearance and behavior of the gallery to fit your specific needs. With the DZS Scroller Gallery, you can create a powerful and engaging multimedia experience that will enhance the user experience of your website or project.
- Add Media Items: Finally, add the media items you want to display in your gallery to the container element. For example, you can add images like this:
Here is a complete settings example for DZS Scroller Gallery:
// Set up default settings
$.jSGallery.settings = {
// Gallery orientation: 'horizontal' (default) or 'vertical'
orientation: 'horizontal',
// Slider animation speed (milliseconds): 0 (disabled), 1000 (1000ms), or your own value
animSpeed: 800,
// Slider effect type: 'slide' (default), 'scroll' or 'fade'
effect: 'slide',
// Slider width
width: '95%',
// Slider height
height: '100%',
// Navigation buttons layout: 'both' (both prev/next buttons) or 'none'
navButtons: 'both',
// Custom transition effect (e.g., 'easeOutCubic', 'easeOutElastic', etc.)
transition: 'linear'
};
// Initialize the gallery on page load
$(function () {
$('#your-container-id').jSGallery({
// Image or video list (relative URL or array of images or videos)
files: [
'img_1.jpg',
'img_2.jpg',
'img_3.jpg',
// Video: 'video_file.webm' or
// YouTube: 'http://www.youtube.com/v/VIDEO_ID' (use YouTube API if API is enabled)
'video_file.mp4',
'http://www.youtube.com/v/YT_VIDEO_ID'
],
// Optional callback after gallery initialization
onCreate: function () {
// Your code here (e.g., hiding non-image files)
this.$container.find('.img-none').hide();
}
});
});
Note: You may need to adjust the script to fit your exact file structure and naming conventions, as well as change container ID and file URLs in the example.
Here are the features of the DZS Scroller Gallery:
- Supports any image size: The gallery can display images of any size.
- Compatible with any lightbox script: The gallery is compatible with any lightbox script, including PrettyPhoto, which is included as an example.
- Fully skinable via CSS: The gallery can be customized using CSS to change its appearance.
- Inline content support: The gallery supports inline content, allowing you to include videos or other HTML content on the thumbs or descriptions.
- Compatible with iPhone/iPad: The gallery is compatible with mobile devices, including the iPhone and iPad.
- New gallery type: Arrows: Update 2.0 includes a new gallery type with arrows for navigation.
- Added new options: Update 2.0 includes new options for customization.
- Changed initialization structure: Update 2.0 changes the way the gallery is initialized.
- Scrollbars now visible on iPhone/iPad: Update 1.1 fixes an issue with scrollbars not being visible on mobile devices.
Other features:
- Lifetime updates: Purchasers receive lifetime updates, even if the gallery's value increases with future updates.
- Free support: Support is available for free through the author's forum.
- Readme documentation: The gallery comes with documentation in the form of a README file.
- Example files: The gallery includes premade examples that can be modified and used as a starting point for building a project.
- jQuery plugin files: The gallery includes jQuery plugin files.
Related Products
$6.00
There are no reviews yet.