=== FCP Lightest Lightbox ===
Contributors: Firmcatalyst
Tags: lightbox, gallery, photography, images
Requires at least: 5.7
Tested up to: 6.4
Requires PHP: 7.0.0
Stable tag: 1.4.2
Author: Firmcatalyst, Vadim Volkov
Author URI: https://firmcatalyst.com
License: GPL v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Super lightweight Lighbox for WordPress

== Description ==

Simple and super lightweight Lightbox for WordPress with gallery navigation support.

= Features =

* Zero render-blocking tags are added on the page
* Only 0.5 kB is loaded if no linked images found
* Gallery support
* Caching, minifying & combining friendly
* jQuery independent (in case it's async)
* Responsive
* Keyboard navigation
* Swipe navigation

= Demo =

[firmcatalyst.com/lightest-lightbox](https://firmcatalyst.com/lightest-lightbox/)

= Usage =

Starts working just by the plugin activation. Opens linked images in a popup Lightbox by click. Adds arrow navigation, if an image is a part of a gallery or other links sequence.

== Installation ==

1. Install the plugin
2. Activate the plugin

== Development ==

You can modify the code for your needs, or suggest improvemens on [GitHub](https://github.com/VVolkov833/fcp-lightbox). It is pretty transparent and well-commented.

== Frequently Asked Questions ==

Waiting for your questions, which you can ask [here](https://firmcatalyst.com/contact/) or via GitHub.

== Screenshots ==

1. Desktop view
2. Mobile view

== Upgrade Notice ==

= 1.4 =

* Swipe navigation added

= 1.3 =

* Removed the render-blocking styles
* The biggest part loads only if a linked image is found

= 1.2 =

* A possible security issue fixed

= 1.1 =

* Gallery navigation arrows and keyboard events added.

== Changelog ==

= 1.4 =

* Swipe navigation added
* Inlined the inline js
* Improved the siblings search

= 1.3 =

* Removed the render blocking css to be loaded by js
* Moved the main js and css away to load only if a linked image is found

= 1.2 =

* Optimized to fit WP 5.7

= 1.1 =

* Optimized: Gallery & image sequences tracking added

= 1.0 =

* Initial release