
Description
It is a neat picture gallery plugin for jQuery. It gives completely different attainable configurations whereas nonetheless being light-weight and simple to work with.
Listed below are a few of its options:
- The photographs can have completely different look results: fade, slide, fast slide, stack and none.
- The physique might be set to have a relentless dimension for all photographs or mechanically resize based mostly on the scale of the present picture.
- The outline might be below the picture, on the facet of it or might be disabled.
- The thumbs panel might be below the pictures, on the facet of them or disabled.
- The arrows might be on the skin or on the within.
- It has lightbox performance included which might be enabled in order that photographs are opened in an even bigger view when clicked.
- It has autoplay assist that may be enabled in order that photographs are modified mechanically at an interval of time.
- Keyboard arrows can be utilized for navigation.
- There are 25 JS settings accessible to be configured.
- It comes with 7 templates showcasing the gallery in numerous configurations.
- It’s light-weight. The minified JS plugin file is below 15KB.
- It’s absolutely responsive.
- It has cross browser assist.
- It has easy and quick animations.
- It’s straightforward to work with and implement.
- It has continued assist.
- And free updates.
Take a look over the preview page to see the gallery in motion.
That is the jQuery plugin model of the gallery. A WordPress plugin model can be accessible right here: Nice Gallery for WordPress.
Updates
1.3.1 (05 October 2019):
- Added a brand new accepted worth to the “defaultOpen” setting, known as “random”, which is able to make the gallery open a random picture by default.
- Moved the JS supply file from the “Sources/js” folder to the “Predominant/nice-gallery/js” folder, subsequent to the minified model.
1.3.0 (11 Might 2019):
- Added a brand new setting known as “lightboxImageUrls” to have the ability to specify the picture URLs for the gallery lightbox when utilizing a lazy loader plugin on the web page.
- Modified the “scrollTime” setting to “scrollAnimate” in order that it now accepts an ease worth as properly alongside the time worth.
- Added a brand new methodology known as “scrollPage” which scrolls the web page a sure place utilizing the scroll animate settings.
- Added a brand new methodology known as “onPageScroll” to have the ability to specify a operate to be known as when the web page is scrolled.
- Added a brand new methodology known as “onPageAutoScrollFinish” to have the ability to specify a operate to be known as when the web page computerized scroll finishes.
1.2.0 (27 February 2019):
- Added a brand new setting known as “lightboxOnClick” to have the ability to specify the behaviour when the lightbox is clicked, both shut it or present the following picture.
- Added a brand new setting known as “lightboxDevice” to have the ability to specify the kind of units that the lightbox is enabled for: “all”, “pc” or “cellular”.
- Added a brand new setting known as “scrollToImage” to have the ability to specify if the web page ought to scroll to the picture if it isn’t in view on the web page when opened.
- Added a brand new setting known as “scrollDevice” to have the ability to specify the units for which scrolling to the picture is enabled for: “all”, “pc” or “cellular”.
- Added a brand new setting known as “scrollTime” to have the ability to specify the time length of the scrolling animation.
1.1.1 (03 January 2019):
- Mounted a difficulty that was inflicting the lightbox picture to not show correctly on Bootstrap websites.
1.1 (02 April 2018):
- Added the chance to have hyperlinks on the gallery photographs.
- Added assist for autoplay. A brand new setting is accessible known as “autoplay” which might be set to the picture show time (in ms) or to false.
- Added 2 new settings known as “insideArrowColor” and “outsideArrowColor” to have the ability to management which of the default arrow variations are utilized in every case, both “white” or “black”.
-
Added lightbox performance which might be enabled in order that photographs open in an even bigger view when clicked.
There are 7 new settings accessible, associated to the lightbox:- lightboxEnabled: If the lightbox performance must be enabled.
- lightboxDesc: If the lightbox ought to show the picture description textual content.
- lightboxArrows: If the lightbox ought to have the prev and subsequent navigation arrows.
- lightboxDescHide: If the lightbox ought to have the outline textual content hidden by default and proven on mouseover.
- lightboxControlsHide: If the lightbox ought to have the controls (shut button and navigation arrows) hidden by default and proven on mouseover.
- lightboxControlsColor: The colour of the lightbox controls (shut button and navigation arrows).
- lightboxAnimate: The animation parameters of the lightbox.
-
Added 5 new strategies that may be known as by means of the code:
- open: Opens a picture based mostly on the order quantity equipped.
- subsequent: Opens the following picture of the gallery.
- prev: Opens the earlier picture of the gallery.
- startAutoplay: Begins the gallery autoplay.
- stopAutoplay: Stops the gallery autoplay.
- Mounted a difficulty that was inflicting the proper navigation arrow to not be positioned correctly when the picture description was on the facet and the arrows on the within.
- Different small modifications and enhancements.
1.0 (15 December 2017):
- Launched.