Commit 96689a9f77d904106707a50c047eba81f5729ec2

Authored by Anastasia
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 15 public $basePath = '@webroot';
16 16 public $baseUrl = '@web';
17 17 public $css = [
18   - 'css/photoswipe.css'
  18 + 'css/photoswipe.css',
  19 + '/css/default-skin.css',
  20 + '/css/animate.css'
19 21 ];
20 22 public $js = [
21 23 'js/photoswipe.min.js',
... ...