diff --git a/gallery/templates/gallery/partials/parallax.html b/gallery/templates/gallery/partials/parallax.html index 99b7196..b7d9e02 100644 --- a/gallery/templates/gallery/partials/parallax.html +++ b/gallery/templates/gallery/partials/parallax.html @@ -2,30 +2,26 @@ {% load static %}
+ diff --git a/static/css/muistox.css b/static/css/muistox.css index ca17eea..634fc49 100644 --- a/static/css/muistox.css +++ b/static/css/muistox.css @@ -37,14 +37,4 @@ body { opacity: 1; transform: scale(1); } -} - -.lazyfade { - opacity: 0; - transition: opacity 1s ease; -} - -.lazyfade[loading="eager"], -.lazyfade[loading="lazy"]:not([src=""]) { - opacity: 1; } \ No newline at end of file