Touch N Swipe Gallery jQuery Plugin
$14.00
915 sales
LIVE PREVIEWTouchNSwipe Gallery jQuery Plugin Review
Introduction
Are you looking for a powerful and flexible jQuery gallery plugin that supports touch gestures, responsive design, and customizability? Look no further than TouchNSwipe Gallery jQuery Plugin. In this review, we will explore the features, customization options, and performance of this plugin, and why it’s a great choice for creating interactive and engaging galleries for your website.
Features
TouchNSwipe Gallery jQuery Plugin boasts an impressive list of features that make it a robust and versatile tool for creating galleries. Some of its key features include:
- Touch-enabled: Use familiar touch gestures such as pinch to zoom, drag to move, and swipe to go to the next slide or image.
- Fully responsive: The plugin adapts to any screen size, ensuring an optimal viewing experience on both desktop and mobile devices.
- Cross-browser and device compatibility: Supports iOS, Android, and PC with major browsers.
- Flexible controls: Customize the controls to suit your needs, including previous/next slide, zoom in/out, caption, and fullscreen toggle.
- Fully customizable: Set options with HTML code or use the Developer API for advanced customization.
- Multiple instances in one page: Create multiple galleries on the same page with their own options and controls.
- Zoom DIV content: Zoom different elements like images, text, etc., placed inside a DIV.
- Marker and tooltip support: Provide more information on parts of your content with markers and tooltips.
- Fullscreen toggle support: Allow users to view content without clutter on small screen devices.
- Adaptive image loading: Prevent unnecessary load time and resources by delivering the correct image size to any screen size.
- Mouseover zoom support: Enable mouseover zoom on desktop while allowing pinch to zoom on mobile devices.
Performance
The plugin performs well, with no notable issues or bugs reported during testing. The responsive design ensures a smooth and optimal viewing experience on various devices and screen sizes.
Customization
The plugin offers a high degree of customization, allowing developers to tailor the look and feel to their needs. The Developer API provides advanced customization options, making it an excellent choice for developers looking to create complex and unique galleries.
Conclusion
TouchNSwipe Gallery jQuery Plugin is an excellent choice for creating interactive and engaging galleries for your website. Its impressive list of features, responsive design, and customization options make it a versatile and powerful tool for developers. With a rating of 4.52 out of 5 stars, this plugin is highly recommended for anyone looking for a reliable and feature-rich gallery plugin.
Requirements
- jQuery
- Hammer
- TweenMax
Note: Images are not included in your purchase, and it is impossible to check this plugin on every device. Please check the examples in the live preview using the device you wish to support. Thanks!
User Reviews
Be the first to review “Touch N Swipe Gallery jQuery Plugin” Cancel reply
Introduction
In this tutorial, we'll be exploring the Touch N Swipe Gallery jQuery plugin, a powerful and versatile plugin that allows you to create interactive and engaging image galleries for your web applications. With this plugin, you can easily create a mobile-friendly gallery that can be navigated using touch swipe gestures, making it a great solution for modern mobile devices.
What is Touch N Swipe Gallery?
Touch N Swipe Gallery is a jQuery plugin that allows you to create touch-enabled image galleries that can be navigated using swipe gestures. The plugin supports both desktop and mobile devices, and is highly customizable, making it a great solution for a wide range of web applications.
Getting Started with Touch N Swipe Gallery
To use the Touch N Swipe Gallery plugin, you'll need to include the jQuery library and the plugin itself in your HTML file. Here's an example of how you can include the plugin in your HTML file:
<head>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="touch-n-swipe-gallery.min.js"></script>
</head>
Creating a Basic Touch N Swipe Gallery
Once you've included the plugin, you can create a basic touch n swipe gallery by adding the following code to your HTML file:
<div class="gallery">
<div class="gallery-item">Image 1</div>
<div class="gallery-item">Image 2</div>
<div class="gallery-item">Image 3</div>
<!-- Add more images here -->
</div>
And then, in your JavaScript file, add the following code to initialize the plugin:
$(document).ready(function() {
$('.gallery').touchNSwipeGallery();
});
Customizing the Touch N Swipe Gallery
The Touch N Swipe Gallery plugin offers a wide range of options that you can use to customize the behavior and appearance of your gallery. Here are some examples of the options you can use:
direction
: Specify the direction of the swipe gestures (e.g. horizontal, vertical).threshold
: Specify the threshold value for detecting swipe gestures (e.g. the minimum distance the user must swipe to trigger the next or previous image).speed
: Specify the speed at which the images transition (e.g. the duration of the animation).autoplay
: Enable or disable autoplay mode.
Here's an example of how you can use these options to customize your gallery:
$(document).ready(function() {
$('.gallery').touchNSwipeGallery({
direction: 'horizontal',
threshold: 50,
speed: 1000,
autoplay: true
});
});
Adding Captions and Descriptions
To add captions and descriptions to your images, you can add the data-caption
and data-description
attributes to your image elements. Here's an example:
<div class="gallery">
<div class="gallery-item">
<img src="image1.jpg" data-caption="Image 1" data-description="This is the first image">
</div>
<div class="gallery-item">
<img src="image2.jpg" data-caption="Image 2" data-description="This is the second image">
</div>
<!-- Add more images here -->
</div>
You can then use the plugin's built-in caption and description functionality to display these attributes. Here's an example:
$(document).ready(function() {
$('.gallery').touchNSwipeGallery({
caption: true,
description: true
});
});
Conclusion
In this tutorial, we've learned how to use the Touch N Swipe Gallery jQuery plugin to create interactive and engaging image galleries for our web applications. We've explored the basic usage of the plugin, as well as some of the advanced customization options available. With these options, you can easily create a touch-enabled image gallery that is tailored to your specific needs.
Here is a complete settings example for the Touch N Swipe Gallery jQuery Plugin:
gallery
gallery: { // Set the gallery container container: '#gallery-container', // Set the gallery items items: '.gallery-item', // Set the gallery navigation navigation: '.gallery-nav', // Set the gallery pagination pagination: '.gallery-pagination' }
touch
touch: { // Enable touch events enabled: true, // Set the touch threshold (in pixels) threshold: 50, // Set the touch duration (in milliseconds) duration: 500 }
swipe
swipe: { // Enable swipe events enabled: true, // Set the swipe threshold (in pixels) threshold: 50, // Set the swipe duration (in milliseconds) duration: 500, // Set the swipe direction (left, right, up, down) direction: 'left' }
animation
animation: { // Enable animation enabled: true, // Set the animation duration (in milliseconds) duration: 500, // Set the animation easing (e.g. 'swing', 'linear') easing: 'swing' }
transition
transition: { // Enable transition enabled: true, // Set the transition duration (in milliseconds) duration: 500, // Set the transition easing (e.g. 'swing', 'linear') easing: 'swing' }
responsive
responsive: { // Enable responsive design enabled: true, // Set the responsive breakpoints (e.g. 768, 1024) breakpoints: [768, 1024] }
other
other: { // Set the gallery loop (true/false) loop: true, // Set the gallery autoplay (true/false) autoplay: false, // Set the gallery autoplay interval (in milliseconds) autoplayInterval: 5000 }
Here are the featured about the Touch N Swipe Gallery jQuery Plugin, extracted from the content:
1. Touch Enabled
Like viewing a gallery in a mobile device, TouchNSwipe also use familiar touch gestures such as pinch to zoom, drag to move and swipe to go to the next slide or image.
2. Fully Responsive
This plugin can adapt to any screen size so you will have an optimal viewing experience whether you are using desktop or mobile devices.
3. Cross-Browser, IOS and Android Compatible
Using IOS, Android and PC with major browsers should be no problem with this plugin.
4. Flexible Controls
Add only the controls you need and/or change the look to the way you like it. You can use controls such as previous/next slide, zoom in/out, caption, fullscreen toggle and even give quick access to slides by using physics enabled scrolling thumbnails.
5. Fully Customizable
Get the look and feel you want, set options with HTML code or use the Developer API if you need more control.
6. Multiple Instances in One Page
Sometimes one is not enough. This plugin allows you to have multiple galleries in one page with their own options and controls.
7. Zoom DIV Content
Different elements like images, text, etc can be placed inside a DIV and be zoomed.
8. Marker and Tooltip Support
Provide more information on parts of your content. Markers with tooltips are great for maps, floor plans or even products.
9. Fullscreen Toggle Support
Small screen devices need all the space they can get. This gives an option to the user to view the content without the clutter.
10. Adaptive Image Loading
Prevent unnecessary load time, resources and lag by delivering the correct image size to any screen size.
11. Mouseover Zoom Support
Mouseover content to zoom on desktop while also allowing pinch to zoom on mobile devices. This option maximizes the best input possible in any device.
Related Products
$14.00
There are no reviews yet.