diff options
| author | 2025-08-18 16:26:39 +0700 | |
|---|---|---|
| committer | 2025-08-18 16:26:39 +0700 | |
| commit | 8596dc0130ea3f175e0752ddf74e34a2f16fba28 (patch) | |
| tree | 40f02375fabb6d2ea31d92face5b99a95e1ef9df /internal | |
| parent | 061f6f556a1da5a3402d7b12c9f4445abeb27052 (diff) | |
| download | web-8596dc0130ea3f175e0752ddf74e34a2f16fba28.tar.gz web-8596dc0130ea3f175e0752ddf74e34a2f16fba28.zip | |
fix: webp 560p path
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/lightgallery/html_renderer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/lightgallery/html_renderer.go b/internal/lightgallery/html_renderer.go index 72715cf..7ecad44 100644 --- a/internal/lightgallery/html_renderer.go +++ b/internal/lightgallery/html_renderer.go @@ -79,7 +79,7 @@ func (r *LightGalleryHTMLRenderer) renderLightGallery(w util.BufWriter, source [ downloadUrl: "https://f003.backblazeb2.com/file/sayana-photos/full/%s", alt: "%s", - responsive: "https://f003.backblazeb2.com/file/sayana-photos/webp-320p/%s.webp 384, https://f003.backblazeb2.com/file/sayana-photos/webp-560/%s.webp 672, https://f003.backblazeb2.com/file/sayana-photos/webp-800p/%s.webp 960, https://f003.backblazeb2.com/file/sayana-photos/webp-1200p/%s.webp 1440, https://f003.backblazeb2.com/file/sayana-photos/webp-1600p/%s.webp 1920", + responsive: "https://f003.backblazeb2.com/file/sayana-photos/webp-320p/%s.webp 384, https://f003.backblazeb2.com/file/sayana-photos/webp-560p/%s.webp 672, https://f003.backblazeb2.com/file/sayana-photos/webp-800p/%s.webp 960, https://f003.backblazeb2.com/file/sayana-photos/webp-1200p/%s.webp 1440, https://f003.backblazeb2.com/file/sayana-photos/webp-1600p/%s.webp 1920", thumb: "https://f003.backblazeb2.com/file/sayana-photos/webp-320p/%s.webp", subHtml: `+"`"+`<div class="flex flex-row light-gallery-captions"> |