From 96ad7f07c5e73e630e14433b4e7b82ad0b5afd01 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 16 Sep 2024 01:49:00 +0300 Subject: [PATCH] Remove spoiler images from text spoilers section --- content/demo/index.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/content/demo/index.md b/content/demo/index.md index a790513..2c4c01a 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -192,6 +192,8 @@ Alternatively, you can append the following URL anchors. It can be more handy in - `#pixels`: Uses nearest neighbor algorithm for scaling, useful for keeping pixel-art sharp. - `#transparent`: Removes rounded corners and shadow, useful for images with transparency. - `#no-hover`: Removes zoom on hover. +- `#spoiler`: Blurs image until hovered over/pressed on, useful for plot rich game screenshots. +- `#spoiler` with `#solid`: Ditto, but makes the image completely hidden.
@@ -613,26 +615,6 @@ With `solid` class: You know, Duckquill is a pretty dumb name. I know, crazy. -When set on an image: - -```html - -``` - - - -URL anchor `#spoiler` can be used for this as well. - -With `solid` class: - -```html - -``` - - - -URL anchor `#solid` can be used for this as well. - ### Buttons Dialog ```html.j2