diff --git a/public-src/cinema/whisper-of-the-heart/1.jpg b/public-src/cinema/whisper-of-the-heart/1.jpg new file mode 100644 index 0000000..b00e99a Binary files /dev/null and b/public-src/cinema/whisper-of-the-heart/1.jpg differ diff --git a/public-src/cinema/whisper-of-the-heart/2.jpg b/public-src/cinema/whisper-of-the-heart/2.jpg new file mode 100644 index 0000000..20734aa Binary files /dev/null and b/public-src/cinema/whisper-of-the-heart/2.jpg differ diff --git a/public-src/cinema/whisper-of-the-heart/3.jpg b/public-src/cinema/whisper-of-the-heart/3.jpg new file mode 100644 index 0000000..5493cf6 Binary files /dev/null and b/public-src/cinema/whisper-of-the-heart/3.jpg differ diff --git a/public-src/cinema/whisper-of-the-heart/4.jpg b/public-src/cinema/whisper-of-the-heart/4.jpg new file mode 100644 index 0000000..4248d23 Binary files /dev/null and b/public-src/cinema/whisper-of-the-heart/4.jpg differ diff --git a/public/cinema/whisper-of-the-heart/1.avif b/public/cinema/whisper-of-the-heart/1.avif new file mode 100644 index 0000000..abeed55 Binary files /dev/null and b/public/cinema/whisper-of-the-heart/1.avif differ diff --git a/public/cinema/whisper-of-the-heart/2.avif b/public/cinema/whisper-of-the-heart/2.avif new file mode 100644 index 0000000..d715d02 Binary files /dev/null and b/public/cinema/whisper-of-the-heart/2.avif differ diff --git a/public/cinema/whisper-of-the-heart/3.avif b/public/cinema/whisper-of-the-heart/3.avif new file mode 100644 index 0000000..9528d55 Binary files /dev/null and b/public/cinema/whisper-of-the-heart/3.avif differ diff --git a/public/cinema/whisper-of-the-heart/4.avif b/public/cinema/whisper-of-the-heart/4.avif new file mode 100644 index 0000000..83fb14c Binary files /dev/null and b/public/cinema/whisper-of-the-heart/4.avif differ diff --git a/src/components/Gallery.astro b/src/components/Gallery.astro index 6458834..58060c7 100644 --- a/src/components/Gallery.astro +++ b/src/components/Gallery.astro @@ -7,7 +7,7 @@ interface Props { images: Image[] } const { images } = Astro.props -const rowCount = Math.round(images.length/3) +const rowCount = Math.ceil(images.length/3) ---
diff --git a/src/pages/cinema.astro b/src/pages/cinema.astro index 1ac02c0..c7e3f86 100644 --- a/src/pages/cinema.astro +++ b/src/pages/cinema.astro @@ -19,6 +19,10 @@ import Gallery from '../components/Gallery.astro' {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/3.avif", alt: "Yokohama Kaidashi Kikou"}, + {src: "/cinema/whisper-of-the-heart/1.avif", alt: "Шёпот сердца"}, + {src: "/cinema/whisper-of-the-heart/2.avif", alt: "Шёпот сердца"}, + {src: "/cinema/whisper-of-the-heart/3.avif", alt: "Шёпот сердца"}, + {src: "/cinema/whisper-of-the-heart/4.avif", alt: "Шёпот сердца"}, {src: "/cinema/john-wick-chapter-4/1.avif", alt: "John Wick: Chapter 4"}, {src: "/cinema/night-in-the-woods/1.avif", alt: "Night in the Woods"}, {src: "/cinema/night-in-the-woods/2.avif", alt: "Night in the Woods"},