From 96689a9f77d904106707a50c047eba81f5729ec2 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Tue, 8 May 2018 17:20:45 +0300 Subject: [PATCH] - gallery --- frontend/assets/GalleryAsset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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