Skip to content

anna-schndr/gutenberg-slider

Repository files navigation

=== Image Slider Blocks===
Contributors: anna_werner, oacstudio, morganleek-1
Tags: slider, image, media, upload, gutenberg, block, imageblock, gallery
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

An image slider block plugin for Gutenberg blocks

== Description ==

An image slider block plugin for Gutenberg blocks

Create a fully responsive image slider gallery as a Gutenberg block.

Feature: 
-   Simple Image Slider
-   Enable/Disable adaptive slider height
-   Enable/Disable arrow navigation
-   Enable/Disable dot navigation
-   Enable/Disable autoplay
-   Enable/Disable pause on hover
-   Set autoplay speed
-   Fade or scroll effect
-   Image linking to media or custom URL

== Frequently Asked Questions ==

= Can I change the arrow or dot icons = 

There is no setting for this, but you can set your own icons with custom CSS. 

== Screenshots ==

1. The Slider block with its settings
2. The rendered Slider in a post


== Installation ==

1. Upload the extracted plugin files to the `/wp-content/plugins` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" menu in WordPress
3. Find the new slider block in the Gutenbergs Common Blocks section

== Changelog ==
= 1.0 =
* Initial release

= 1.1 =
* Bug fixes

= 2.0 =
* Added feature for adaptive height
* Added feature for pause on hover
* Added feature to use custom URL and open in a new tab
* Updated to Blocks API version 2.0

= 2.0.1 =
* Bug fixes