Add gaussian blurs behind photos #34

Merged
Aaron merged 7 commits from image-blur into master 2023-11-11 12:05:01 +01:00
Showing only changes of commit 0133308113 - Show all commits

View File

@ -434,18 +434,11 @@ figure.panorama-figure {
object-fit: cover; object-fit: cover;
margin: 0 auto; margin: 0 auto;
} }
figure.portrait-figure img.normal-photo, figure#photo-figure img.normal-photo,
figure.portrait-figure img.blur-photo, figure#photo-figure img.blur-photo {
figure.landscape-figure img.normal-photo,
figure.landscape-figure img.blur-photo {
height: 100%; height: 100%;
width: 100%; width: 100%;
} }
figure.panorama-figure img.normal-photo,
figure.panorama-figure img.blur-photo {
width: 100%;
height: 100%;
}
#previous_photo, #next_photo { #previous_photo, #next_photo {
background: #fff; background: #fff;