Commit 96689a9f77d904106707a50c047eba81f5729ec2
1 parent
4efba256
- gallery
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/assets/GalleryAsset.php
| @@ -15,7 +15,9 @@ | @@ -15,7 +15,9 @@ | ||
| 15 | public $basePath = '@webroot'; | 15 | public $basePath = '@webroot'; |
| 16 | public $baseUrl = '@web'; | 16 | public $baseUrl = '@web'; |
| 17 | public $css = [ | 17 | public $css = [ |
| 18 | - 'css/photoswipe.css' | 18 | + 'css/photoswipe.css', |
| 19 | + '/css/default-skin.css', | ||
| 20 | + '/css/animate.css' | ||
| 19 | ]; | 21 | ]; |
| 20 | public $js = [ | 22 | public $js = [ |
| 21 | 'js/photoswipe.min.js', | 23 | 'js/photoswipe.min.js', |