Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 282247d5
authored
2026-02-27 18:52:12 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated mobile
1 parent
cfa1c120
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
container/Home/Catalogues.js
container/Home/HomeBanner.js
container/Home/Catalogues.js
View file @
282247d
...
...
@@ -4,7 +4,7 @@ import { Swiper, SwiperSlide } from "swiper/react";
import
"swiper/css"
;
import
"swiper/css/navigation"
;
import
"swiper/css/pagination"
;
import
{
Navigation
,
Pagination
}
from
"swiper/modules"
;
import
{
Navigation
,
Pagination
,
Autoplay
}
from
"swiper/modules"
;
import
SwiperBtn
from
"@/components/Layout/SwiperBtn"
;
import
FadeInStagger
from
"@/components/FadeInStagger"
;
import
Heading
from
"@/components/Heading"
;
...
...
@@ -50,8 +50,9 @@ const Catalogues = ({cataloguesData}) => {
prevEl
:
".cust-swiper-button-prev"
,
}}
pagination
=
{{
clickable
:
true
}}
autoplay
=
{{
delay
:
5000
,
disableOnInteraction
:
false
,
}}
loop
=
{
true
}
modules
=
{[
Navigation
,
Pagination
]}
modules
=
{[
Navigation
,
Pagination
,
Autoplay
]}
className
=
"cataloguesSwiper pb-5 pb-md-5"
breakpoints
=
{{
320
:
{
slidesPerView
:
1
,
spaceBetween
:
15
},
...
...
container/Home/HomeBanner.js
View file @
282247d
...
...
@@ -53,8 +53,8 @@ const HomeBanner = ({banner}) => {
prevEl
:
".cust-swiper-button-prev"
,
}}
pagination
=
{{
clickable
:
true
}}
autoplay
=
{
false
}
//
autoplay={{ delay: 5000, disableOnInteraction: false, }}
//
autoplay={false}
autoplay
=
{{
delay
:
5000
,
disableOnInteraction
:
false
,
}}
loop
modules
=
{[
Navigation
,
Pagination
,
Autoplay
]}
className
=
"homeBannerSwiper"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment