logo

This plugin is designed especially for developers of Joomla! 4. Registers the Photoswipe package in the Joomla Web Resource Manager. Then you can use it in your extensions - components, modules, plugins.
Thanks to this plugin, you can start using Lightbox and Slideshow for photo gallery in your application, by simply writing in the code:

/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$wa = $this->document->getWebAssetManager();
$wa->useStyle('uglipop-bundle')
->useScript('uglipop-bundle');

Demo:
https://attour4.easy.minion.cz/hraci/4740-jiri-vanecek

PhotoSwipe support has been added to the Tennis Tournaments app == display player photos via Lightbox popup and Slideshow gallery.

Read more

© 2024 Extly, CB - All rights reserved.