tamil culture section updated for 4 card show
This commit is contained in:
parent
d7fb75d39b
commit
6c1924b07e
@ -54,8 +54,8 @@ export default function ArtAndCultureSection() {
|
||||
<div className="col-lg-12 memory-slider-area">
|
||||
<Swiper
|
||||
modules={[Autoplay, Navigation]}
|
||||
slidesPerView={3}
|
||||
spaceBetween={30}
|
||||
slidesPerView={4}
|
||||
spaceBetween={10}
|
||||
autoplay={{ delay: 2500, disableOnInteraction: false }}
|
||||
loop={true}
|
||||
onSwiper={(swiper) => (swiperRef.current = swiper)}
|
||||
@ -66,7 +66,7 @@ export default function ArtAndCultureSection() {
|
||||
767: { slidesPerView: 2, spaceBetween: 30 },
|
||||
991: { slidesPerView: 2, spaceBetween: 30 },
|
||||
1199: { slidesPerView: 3, spaceBetween: 30 },
|
||||
1350: { slidesPerView: 3, spaceBetween: 30 },
|
||||
1350: { slidesPerView: 4, spaceBetween: 10 },
|
||||
}}
|
||||
className="owl-carousel"
|
||||
>
|
||||
@ -107,7 +107,7 @@ export default function ArtAndCultureSection() {
|
||||
<div className='col-lg-2 ad-banner'>
|
||||
<div className="memory-boxarea pl-3">
|
||||
<div className="img1" data-aos="zoom-in" data-aos-duration={1000}>
|
||||
<img className='culture-img' src="/assets/img/home/ad-banner/ad.webp" alt="Festival Poster" style={{ height: "500px", width: "100%" }} />
|
||||
<img className='culture-img' src="/assets/img/home/ad-banner/ad.webp" alt="Festival Poster" style={{ height: "390px", width: "100%" }} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user