Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 0705321..5b7c829 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -10,7 +10,8 @@
min-width: 33.33%;
}
-.lazyload img {
+/* Only perform this when Javascript is enabled, otherwise images are hidden */
+.js .lazyload img {
opacity: 0.0;
transform: scale(0.8);
}