diff --git a/frontend/assets/GalleryAsset.php b/frontend/assets/GalleryAsset.php index 2671f25..e5e8275 100644 --- a/frontend/assets/GalleryAsset.php +++ b/frontend/assets/GalleryAsset.php @@ -15,7 +15,9 @@ public $basePath = '@webroot'; public $baseUrl = '@web'; public $css = [ - 'css/photoswipe.css' + 'css/photoswipe.css', + '/css/default-skin.css', + '/css/animate.css' ]; public $js = [ 'js/photoswipe.min.js', -- libgit2 0.21.4