From 1930863979031ba655610576542a899d8da4b47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Sat, 26 Apr 2025 21:58:57 +0300 Subject: [PATCH] Fix Edge problem --- .../templates/gallery/partials/parallax.html | 24 ++++++++----------- static/css/muistox.css | 10 -------- 2 files changed, 10 insertions(+), 24 deletions(-) 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