feat(gallery): add new screenshots, increase image resolution,
This commit is contained in:
parent
0e538845f1
commit
1c238a143b
33 changed files with 5 additions and 2 deletions
|
@ -64,7 +64,7 @@ def convert_images(src, dest):
|
||||||
if exists(dest_file):
|
if exists(dest_file):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
cmd = ['convert', entry, '-resize', '800x', '-quality', '80', dest_file]
|
cmd = ['convert', entry, '-resize', '1200x', '-quality', '80', dest_file]
|
||||||
print(' '.join(cmd))
|
print(' '.join(cmd))
|
||||||
subprocess.run(cmd)
|
subprocess.run(cmd)
|
||||||
else:
|
else:
|
||||||
|
|
BIN
public-src/cinema/2001-a-space-odyssey/1.png
Normal file
BIN
public-src/cinema/2001-a-space-odyssey/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
public-src/cinema/2001-a-space-odyssey/2.png
Normal file
BIN
public-src/cinema/2001-a-space-odyssey/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
BIN
public-src/cinema/2001-a-space-odyssey/3.png
Normal file
BIN
public-src/cinema/2001-a-space-odyssey/3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
public/cinema/2001-a-space-odyssey/1.avif
Normal file
BIN
public/cinema/2001-a-space-odyssey/1.avif
Normal file
Binary file not shown.
BIN
public/cinema/2001-a-space-odyssey/2.avif
Normal file
BIN
public/cinema/2001-a-space-odyssey/2.avif
Normal file
Binary file not shown.
BIN
public/cinema/2001-a-space-odyssey/3.avif
Normal file
BIN
public/cinema/2001-a-space-odyssey/3.avif
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -62,7 +62,7 @@ const rowCount = Math.round(images.length/3)
|
||||||
|
|
||||||
#fullscreenImage {
|
#fullscreenImage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 1200px;
|
||||||
display: block;
|
display: block;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,9 @@ import Gallery from '../components/Gallery.astro'
|
||||||
{src: "/cinema/scott-pilgrim-takes-off/1.avif", alt: "Scott Pilgrim Takes Off"},
|
{src: "/cinema/scott-pilgrim-takes-off/1.avif", alt: "Scott Pilgrim Takes Off"},
|
||||||
{src: "/cinema/angels-egg/1.avif", alt: "Angel's egg"},
|
{src: "/cinema/angels-egg/1.avif", alt: "Angel's egg"},
|
||||||
{src: "/cinema/spider-man-across-the-spider-verse/1.avif", alt: "Spider-Man: Across the Spider-Verse"},
|
{src: "/cinema/spider-man-across-the-spider-verse/1.avif", alt: "Spider-Man: Across the Spider-Verse"},
|
||||||
|
{src: "/cinema/2001-a-space-odyssey/1.avif", alt: "2001: A Space Odyssey"},
|
||||||
|
{src: "/cinema/2001-a-space-odyssey/2.avif", alt: "2001: A Space Odyssey"},
|
||||||
|
{src: "/cinema/2001-a-space-odyssey/3.avif", alt: "2001: A Space Odyssey"},
|
||||||
{src: "/cinema/yokohama-kaidashi-kikou/1.avif", alt: "Yokohama Kaidashi Kikou"},
|
{src: "/cinema/yokohama-kaidashi-kikou/1.avif", alt: "Yokohama Kaidashi Kikou"},
|
||||||
{src: "/cinema/yokohama-kaidashi-kikou/2.avif", alt: "Yokohama Kaidashi Kikou"},
|
{src: "/cinema/yokohama-kaidashi-kikou/2.avif", alt: "Yokohama Kaidashi Kikou"},
|
||||||
{src: "/cinema/yokohama-kaidashi-kikou/3.avif", alt: "Yokohama Kaidashi Kikou"},
|
{src: "/cinema/yokohama-kaidashi-kikou/3.avif", alt: "Yokohama Kaidashi Kikou"},
|
||||||
|
|
Loading…
Reference in a new issue