diff --git a/assets/scss/6-pages/album.scss b/assets/scss/6-pages/album.scss index 7e7b095..967f481 100644 --- a/assets/scss/6-pages/album.scss +++ b/assets/scss/6-pages/album.scss @@ -40,6 +40,8 @@ width: 100%; border-radius: .6rem; background-color: rgba($color-primary, .5); + background-repeat: no-repeat; + background-size: cover; box-shadow: 0 .6rem 4.4rem 0 rgba(0,0,0,.5); } diff --git a/layouts/_default/single.html b/layouts/_default/single.html index fedee3c..ed5b4b9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -32,7 +32,7 @@ {{ $coverSmall := $original.Resize "x250 webp" }} {{ $coverMedium := $original.Resize "x500 webp" }} {{ $coverBig := $original.Resize "x1000 webp" }} - {{ $placeholder := $original.Resize "x1" }} + {{ $placeholder := $original.Resize "x15" }}