Responsive Slider | Swiper Slider 3D-Coverflow Effect React JS

  Рет қаралды 146,415

cods

cods

Жыл бұрын

🥰 Join this channel to get access to perks 👇:
/ @codsfli
☕ www.buymeacoffee.com/cods
🔗 Source code
github.com/emetdas/KZbin-co...
👨‍💻 Hire Me As a Web Designer
www.fiverr.com/emet24
☝ How to download the project
- Click on the GitHub link
- Click the green button (code)
- Click Download ZIP
- Extract the project to the desired location
🔔 Subscribe for more!
/ cods-yt
📱 Join Facebook Group
/ 3072356883017916
👍 Don't forget to smash the like button and share the video with your friends if you found the video useful.
Also, click on the bell icon to turn on notifications. This way you'll be notified the moment new videos are uploaded.
Thanks for watching!
Make sure to Subscribe For More!
#html
#swiperJs
#reactJS

Пікірлер: 184
@cse090priyanshmishra6
@cse090priyanshmishra6 11 ай бұрын
i have update for SWIPER package import { EffectCoverflow, Pagination, Navigation } from 'swiper'; this will not work in recent version you have to add this instead import { EffectCoverflow, Pagination, Navigation } from 'swiper/modules';
@codsfli
@codsfli 11 ай бұрын
Thanks for sharing your knowledge.
@prasanjitsarker2589
@prasanjitsarker2589 10 ай бұрын
full screen slider gap much more, how can i fixed?
@ojonugwamartinsonogu3319
@ojonugwamartinsonogu3319 8 ай бұрын
Did you find a work around for this?@@prasanjitsarker2589
@hubertlayle6812
@hubertlayle6812 5 ай бұрын
@@prasanjitsarker2589 nothing?
@DProgram-xb9pp
@DProgram-xb9pp 3 ай бұрын
Mod is not a function
@8koi245
@8koi245 Жыл бұрын
Sheesh looks lovely in the start, can't wait to see who it was done
@visualgraphics2235
@visualgraphics2235 Жыл бұрын
I always learn something new from your videos.👌
@codsfli
@codsfli Жыл бұрын
Glad to hear that!
@matiasvargas1729
@matiasvargas1729 Жыл бұрын
Wow! That is a pretty cool slider
@codsfli
@codsfli Жыл бұрын
Thanks 🙏
@juanse_velasquez9831
@juanse_velasquez9831 Жыл бұрын
Thank you for the tutorial! For the ones using typescript. I think the correct way to write the navigation attribute of the Swiper Component would be: navigation={{ nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', enabled: true }} and not navigation={{ nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', clickable: true }} Both approaches work, but according to the source code the interface NavigationOptions includes "enabled" but not "clickable".
@codsfli
@codsfli Жыл бұрын
Thanks for sharing your knowledge. many many thanks, bro.
@earnstein7607
@earnstein7607 7 ай бұрын
Yall should not be mean in the comments, if it's not working for you then ask properly and stop throwing tantrums. If it's easy why not just build it yourself and not come to youtube?. Thank you for the video, don't let these little thinker people stop you from doing what you do for people for free.
@codsfli
@codsfli 7 ай бұрын
For people like you I still make videos. Many Many Thanks for your support 🥰
@earnstein7607
@earnstein7607 7 ай бұрын
@@codsfli really appreciate. I've been looking for inspiration to build a carousel for a project I'm working on and you've really helped me with that.
@codsfli
@codsfli 7 ай бұрын
Thanks 🥰
@sampletayo
@sampletayo 6 ай бұрын
thank you. worked in my next js project, just had to scale the images down and change the swiper import like someone suggested in the comment section.
@codsfli
@codsfli 6 ай бұрын
Fantastic!
@spryzen001
@spryzen001 6 ай бұрын
How did you add the scripts they used in the beginning of the video? Next js does not have any html file and I can't figure out how to use the scripts.
@RamiroRojasP
@RamiroRojasP Жыл бұрын
Thank you very much!!!! I struggled a bit but finally could make it. my page only showed the images on the right but not on the left... I had to put !important in the .swiper-slide class in the CSS and that solved my problem
@codsfli
@codsfli Жыл бұрын
Glad it helped!
@salmabt6204
@salmabt6204 Жыл бұрын
thank you ! your comment saved me :)
@saqibahmad5938
@saqibahmad5938 Жыл бұрын
can you help me with that please?
@yerson8119
@yerson8119 Ай бұрын
si! Tienes mucha razón
@salmabt6204
@salmabt6204 Жыл бұрын
great work ! thank you
@codsfli
@codsfli Жыл бұрын
Thank you too!
@techlightdev
@techlightdev Жыл бұрын
So cool and amazing tutorial. Thank you
@codsfli
@codsfli Жыл бұрын
Thanks
@Ankii_kumar
@Ankii_kumar Жыл бұрын
Great work ❤
@codsfli
@codsfli Жыл бұрын
Thanks 💖
@user-rv1bx8hx4v
@user-rv1bx8hx4v 7 ай бұрын
Thank you! Great video
@codsfli
@codsfli 7 ай бұрын
Thank you so much 🥰
@thiernodem5681
@thiernodem5681 4 ай бұрын
For anyone who's having issues, know that this video's codes works fine, you just don't have the right imports for the swiper since it's been updated overtime. So, instead of importing swiper like Swiper like this import {Swiper, SwiperSlide} from 'swiper'; do this import {Swiper, SwiperSlide} from 'swiper/react'; and for the Navigation and Pagination do this import {Navigation, Pagination, Scrollbar} from 'swiper/modules'; because they are inside the modules package
@codsfli
@codsfli 4 ай бұрын
Thanks for you valuable information 👍
@AliGamerxdzostawsuba
@AliGamerxdzostawsuba 2 күн бұрын
or just use typescript
@codslab
@codslab Жыл бұрын
Osam👌🎉
@codsfli
@codsfli Жыл бұрын
Thanks
@itchyJaw
@itchyJaw Жыл бұрын
if you have existing website and wanting to add this just remove the html zoom part so it wont enlarge your existing page and 1 more thing remove the scrollbar thumb so the scroll thumb on the right wont look odd.
@akshaykhatri2027
@akshaykhatri2027 8 ай бұрын
did already but the gap between images is huge, how to adjust that???
@fiorenzacelestyn1340
@fiorenzacelestyn1340 28 күн бұрын
very short and helpful
@codsfli
@codsfli 28 күн бұрын
Thanks
@melaniebrown9633
@melaniebrown9633 Ай бұрын
Thank you very much, it worked! How do I hide the following slides so that only the previous ones (left) are visible?
@cristiandanielriosquintero7193
@cristiandanielriosquintero7193 10 ай бұрын
thank you very much! It wat totally helpful! even thougth my card dont centralize 😄
@codsfli
@codsfli 10 ай бұрын
No worries!
@rohitrawat5536
@rohitrawat5536 Жыл бұрын
bro you really deserve a like 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍 thanks for your tutorial and here's a request for you that plz add a caption or title / heading to understand it easily
@codsfli
@codsfli Жыл бұрын
Thanks 💖. I try but need help to improve tutorial quality and interesting content. Please give me your valuable ideas to create more tutorial 🙏
@rohitrawat5536
@rohitrawat5536 Жыл бұрын
@@codsfli Ok I'll think about it but currently i need your help as the slide you have made I need similar slider without spacing between images in a 3d view like a cubical shape Can you help with that
@codsfli
@codsfli Жыл бұрын
like : swiperjs.com/demos/230-effect-cube/core
@arianhajiaghaei6774
@arianhajiaghaei6774 Жыл бұрын
bro you really deserve a like . what is your vs code font ?
@codsfli
@codsfli Жыл бұрын
Cascadia Code. Thanks 🥹
@israelabaho3978
@israelabaho3978 Жыл бұрын
Hi, thanks for the good job - i have a question, how did you enter the image numbers from 1-7 whats the short cut to enter > and the number auto increments?
@codsfli
@codsfli Жыл бұрын
install text pastry extension. ctrl+p to search the test pastry and click. Thanks for comment.
@pranjulkushwaha8345
@pranjulkushwaha8345 Жыл бұрын
Nice tutorial , which extension you are using that shows imported image's preview in left side ?
@codsfli
@codsfli Жыл бұрын
Image preview : extension
@sugamphirke8637
@sugamphirke8637 Жыл бұрын
How can I make the middle slide to stay on by default. If I have total of 9 slides I want the 5th one to be on top(by default), while 4 on right and 4 on left.
@codsfli
@codsfli Жыл бұрын
swiper js, I think not to have these options. thanks for the comment.
@thamismedina6394
@thamismedina6394 Жыл бұрын
I made something very similar in vue 3, but there something i could pull of, i wanted to grow the card in the center if i double click on it, i tried to set out with classes but i could pull of, do have any tips for that?
@codsfli
@codsfli Жыл бұрын
first select active slide then add double click event listener then show in modal with slide content . Thanks
@mrays2729
@mrays2729 8 ай бұрын
Nice video, everything is explained in detail
@codsfli
@codsfli 8 ай бұрын
Thank you very much 🥰
@aamirmuhammad9156
@aamirmuhammad9156 10 ай бұрын
suggestion: in your github repository give names to the folders without white spaces. I am trying to clone a single directory but it is not cloning probably because of this.
@codsfli
@codsfli 10 ай бұрын
Thanks ❤️‍🔥
@shakiqurrahman8010
@shakiqurrahman8010 11 ай бұрын
Bro prev img & next img are not showing! 😢
@anonimuser1
@anonimuser1 Жыл бұрын
Very cool
@codsfli
@codsfli Жыл бұрын
Thanks 💖
@Royal_Tagyev
@Royal_Tagyev 7 ай бұрын
supper
@codsfli
@codsfli 7 ай бұрын
Thanks
@goodtimefilms6091
@goodtimefilms6091 11 ай бұрын
my images are all decentralized, and the gap beetween then are to mich bigger, what i can do to solve that? i cant`t find any gap or padddingo wich does that
@codsfli
@codsfli 11 ай бұрын
check swiper object inside have any spaceBetween then remove that.
@adedoyinadeyemo-wp6jn
@adedoyinadeyemo-wp6jn Ай бұрын
This carousel design is not in the swiper demos but plugins, which must be paid for. So, how did you gain access to it, and how can i use it in my code?
@codsfli
@codsfli Ай бұрын
It’s free, you can use your project 👍
@hariharamanibalan4801
@hariharamanibalan4801 11 ай бұрын
font size 62% is applied to whole project if I remove that img become bigger If I am trying to apply to .swiper-slide img it wont works
@codsfli
@codsfli 11 ай бұрын
Use font-size in .swiper-container
@tinhuynh0703
@tinhuynh0703 Жыл бұрын
I have problem when 3 images is showed, the property loop={true} working not correctly when click button arrow-next (but arrow-prev is working normally). Can you set the images to 3 and try click to arrow-next to see the issue? Thank you!
@codsfli
@codsfli Жыл бұрын
Yeah, I see the issue that does not work 3 slides.
@tinhuynh0703
@tinhuynh0703 Жыл бұрын
​@@codsfli Can you suggest another idea or libraries like this? I try many libraries but none of them work with react18.
@codsfli
@codsfli Жыл бұрын
I tried some of the libraries but it did not work properly. I suggest you try the Materialize CSS slider. I think 3 slides not work.
@frishera
@frishera Жыл бұрын
why I can’t see the previous and next pictures, but only the current one?
@codsfli
@codsfli Жыл бұрын
You should change the Slide image size.
@AHMEDTHAER2
@AHMEDTHAER2 9 ай бұрын
what extension do you use for this green size optimal after code thing
@codsfli
@codsfli 9 ай бұрын
what's green thing ??? I can't understand!
@aaryan_sharmaa
@aaryan_sharmaa 2 ай бұрын
I am having trouble finding the precise source code folder in the repository. Could you please let me know?
@codsfli
@codsfli 2 ай бұрын
Check in the description 👍
@Techvirologist
@Techvirologist 4 ай бұрын
Module not found: Can't resolve 'swiper/react' - i have used the import as - import { Swiper, SwiperSlide } from "swiper/react";, but the error is there - swiper/react not found. what to do, could anyone have solution.
@codsfli
@codsfli 4 ай бұрын
Check swiper documentation
@saiganeshdarni532
@saiganeshdarni532 Ай бұрын
try to import from swiper/modules
@singhvimlesh
@singhvimlesh Жыл бұрын
I want show only three images so how can I move same like yours but for three imaged.
@codsfli
@codsfli Жыл бұрын
only add this three ::
@kronisawbomorowski7337
@kronisawbomorowski7337 8 ай бұрын
hey man i have trouble because my images are in column not row, i don't know how to change that
@codsfli
@codsfli 8 ай бұрын
Add flex-direction: column
@sire906
@sire906 8 ай бұрын
this is really good but your css code affects my own css code it makes my work extremely big on desktop view i wonder why it happens like that
@codsfli
@codsfli 8 ай бұрын
Remove html and body css. Thanks 🥰
@priyankapatil305
@priyankapatil305 7 ай бұрын
can I add progress bar as a pagination instead of dot pagination , its there any way
@codsfli
@codsfli 7 ай бұрын
Check the swiper documentation you will find options.
@itchyJaw
@itchyJaw Жыл бұрын
Now I am experiencing weird problem maybe one of you guys experienced this. When I am trying to hide the div for Swiper its giving me a white blank screen wonder why and how to fix it.
@codsfli
@codsfli Жыл бұрын
I face the same problem. I don't know how to fix it. if anyone knows this problem solution, Please comment.
@niloyniloy4121
@niloyniloy4121 Жыл бұрын
I face same problem.are you fixed the problem??
@itchyJaw
@itchyJaw Жыл бұрын
@@niloyniloy4121 if you have existing website and wanting to add this just remove the html zoom part so it wont enlarge your existing page and 1 more thing remove the scrollbar thumb so the scroll thumb on the right wont look odd.
@shakthisathish839
@shakthisathish839 6 ай бұрын
Bro but image doesn't Fully set on it ,it shows only 75%. Image, i did manything but I didn't able to fix that problem can you help me
@codsfli
@codsfli 6 ай бұрын
object-fit: contains;
@3boodon
@3boodon 8 ай бұрын
Is this effect free ? cuz after insalling swiper I noticed that the css files for this effect are empty
@codsfli
@codsfli 8 ай бұрын
Yeah it’s free
@altairfarooque8663
@altairfarooque8663 Жыл бұрын
which version did you use , current version not working properly
@codsfli
@codsfli Жыл бұрын
Check source code
@frishera
@frishera Жыл бұрын
yes, what did you do?
@codsfli
@codsfli Жыл бұрын
What ?
@clay9600
@clay9600 Жыл бұрын
what is this css file that appears out of no where and it's not working for me
@codsfli
@codsfli Жыл бұрын
which CSS file?
@clay9600
@clay9600 Жыл бұрын
8:00
@codsfli
@codsfli Жыл бұрын
Check in the description, I added source code link.
@eosorto55
@eosorto55 7 ай бұрын
my brother la que ocupaba mas te falto dejarla la opcion de automatica
@codsfli
@codsfli 7 ай бұрын
Thanks for pointing that out, my brother! I appreciate your suggestion and I'll make sure to include the automatic option next time.
@gustavogiarrusso
@gustavogiarrusso Жыл бұрын
Hola, me parecio muy bueno el video, quise intentarlo poner en mi aplicacion y no me queda igual, no se me ponen los estilos
@codsfli
@codsfli Жыл бұрын
Check anything miss
@niloyniloy4121
@niloyniloy4121 Жыл бұрын
Your code not working, cards break large device but woking small devices..... Can you fix the problem?
@codsfli
@codsfli Жыл бұрын
Which device slides break.
@niloyniloy4121
@niloyniloy4121 Жыл бұрын
@@codsfli solved bro,i can't implement your code write place..
@codsfli
@codsfli Жыл бұрын
Nice you did it 💖
@dhanushdv3129
@dhanushdv3129 Жыл бұрын
@@niloyniloy4121 Wat did u do to solve that
@dhanushdv3129
@dhanushdv3129 Жыл бұрын
@@niloyniloy4121 Sir plz let me know how to solve it as I am getting same
@rifat0109
@rifat0109 10 ай бұрын
What font family do you use ?
@codsfli
@codsfli 10 ай бұрын
Where ?
@rifat0109
@rifat0109 10 ай бұрын
@@codsfli vscode
@codsfli
@codsfli 10 ай бұрын
'Cascadia Code'
@shreetimohapatra4142
@shreetimohapatra4142 5 ай бұрын
my screen is just being white, and none of it is getting imported
@codsfli
@codsfli 5 ай бұрын
Check Swiper documention 👍
@technical-max184
@technical-max184 2 ай бұрын
not working bro i mean your code is working like a normal slider
@codsfli
@codsfli 2 ай бұрын
Check swiper documention
@zoropppp
@zoropppp 7 ай бұрын
how the lil images showing on the left side
@codsfli
@codsfli 7 ай бұрын
what?
@zoropppp
@zoropppp 7 ай бұрын
The extension Small images on the left side parallel to img ele
@codsfli
@codsfli 7 ай бұрын
Extension name is : Image preview. Thanks for you valuable comments 🥰
@edgarenriquegarciadelacruz4490
@edgarenriquegarciadelacruz4490 Жыл бұрын
can you make this slider in Angular 14
@codsfli
@codsfli Жыл бұрын
I will try. Thanks 💖
@edgarenriquegarciadelacruz4490
@edgarenriquegarciadelacruz4490 Жыл бұрын
Thanks :D
@chandrasekhar6049
@chandrasekhar6049 10 ай бұрын
The swiper slowly slide in ios? Any solution
@codsfli
@codsfli 10 ай бұрын
not swiper, your image size makes slow, i think.
@chandrasekhar6049
@chandrasekhar6049 10 ай бұрын
@@codsfli but it works fine in Android
@codsfli
@codsfli 10 ай бұрын
or browser cache issue
@laraiblaraib5634
@laraiblaraib5634 8 ай бұрын
Hey am facing an error can you help me?
@codsfli
@codsfli 8 ай бұрын
Message me in messenger
@laraiblaraib5634
@laraiblaraib5634 8 ай бұрын
Kindly give your id @@codsfli
@codsfli
@codsfli 7 ай бұрын
facebook.com/profile.php?id=100028840303470&mibextid=ZbWKwL
@arjunsuresh8908
@arjunsuresh8908 11 ай бұрын
i'm just copy pasted this code .but it doesnot worked
@codsfli
@codsfli 11 ай бұрын
Watch full video
@arjunsuresh8908
@arjunsuresh8908 11 ай бұрын
@@codsfli i didnt done any chages.the same i'm used , but not worked.could you help me please
@codsfli
@codsfli 11 ай бұрын
Contact me in messenger
@cse090priyanshmishra6
@cse090priyanshmishra6 11 ай бұрын
@@arjunsuresh8908 you probably did't installed dependencies, install swiper
@codsfli
@codsfli 11 ай бұрын
i think so
@tohakhan2877
@tohakhan2877 2 ай бұрын
Bro, What is vs code theme name ?
@codsfli
@codsfli 2 ай бұрын
Material theme 👍
@vinodpawar8653
@vinodpawar8653 9 ай бұрын
how to add 1 to 10 number for slide_images_ ? are you using plugin for that?
@codsfli
@codsfli 9 ай бұрын
install text pastry extension. Thanks for comment ❤️
@arjunsuresh8908
@arjunsuresh8908 11 ай бұрын
Class constructor Swiper cannot be invoked without 'new' -- i'm getting error like this
@codsfli
@codsfli 11 ай бұрын
download complete source code.
@cse090priyanshmishra6
@cse090priyanshmishra6 11 ай бұрын
replace you import with this --> import { EffectCoverflow, Pagination, Navigation } from 'swiper/modules';
@hariharamanibalan4801
@hariharamanibalan4801 10 ай бұрын
autoplay is not working
@codsfli
@codsfli 10 ай бұрын
Swiper has some issue 🥱
@hieuvu4089
@hieuvu4089 10 ай бұрын
maybe you should import AutoPlay module, i did not see AutoPlay module in cods's code.
@codsfli
@codsfli 10 ай бұрын
yeah
@imma_star
@imma_star Жыл бұрын
should I implement it into my site? plz :)
@codsfli
@codsfli Жыл бұрын
Implement ok but not full design.
@imma_star
@imma_star Жыл бұрын
@@codsfli tnx, I should send link of my project when I deploy it
@codsfli
@codsfli Жыл бұрын
Okay
@alifhasanshah007
@alifhasanshah007 6 ай бұрын
Not working.
@codsfli
@codsfli 6 ай бұрын
Why?
@011BLEACH
@011BLEACH 4 ай бұрын
what is the problem?
@mdmodassir6932
@mdmodassir6932 Жыл бұрын
Hello please. I need your help
@codsfli
@codsfli Жыл бұрын
How can i help you
@mdmodassir6932
@mdmodassir6932 Жыл бұрын
@@codsfli actually I am doing internship. So how can I contact you personally? Please
@codsfli
@codsfli Жыл бұрын
message me in messenger
@mdmodassir6932
@mdmodassir6932 Жыл бұрын
@@codsfli your I'd ?
@codsfli
@codsfli Жыл бұрын
facebook.com/profile.php?id=100028840303470
@thequietkid5212
@thequietkid5212 7 ай бұрын
Why did I waste my time even after copying ditto its not working
@codsfli
@codsfli 7 ай бұрын
I'm sorry it's not working for you, please check the swiper documentation.
@jaihind6401
@jaihind6401 7 ай бұрын
Waste of time ...
@codsfli
@codsfli 7 ай бұрын
Why 🥹
@jaihind6401
@jaihind6401 7 ай бұрын
@@codsfli your code is not work I have wasted my 2-3hr but still not got any solution 🥲
@codsfli
@codsfli 7 ай бұрын
You check the swiper documentation, why are you wasting your time on KZbin?
@spotterofabuja
@spotterofabuja 10 ай бұрын
Waste of time
@codsfli
@codsfli 10 ай бұрын
why ?
How to make Card Slider in React JS | React Slick
9:03
Etisha Garg
Рет қаралды 103 М.
Responsive Client Testimonial Section using Html CSS & Swiper.js
9:07
Online Tutorials
Рет қаралды 121 М.
I’m just a kid 🥹🥰 LeoNata family #shorts
00:12
LeoNata Family
Рет қаралды 19 МЛН
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 27 МЛН
شرح بالعربي React Slider Tutorial
26:09
Simple Arab Code
Рет қаралды 6 М.
Animated Slider by using HTML CSS | Swiper JS & Particles JS
14:07
Image Gallery in NextJs Using SwiperJs
16:05
Hamed Bahram
Рет қаралды 23 М.
Squares | HTML CSS
1:00
Learning Axis
Рет қаралды 1,4 МЛН
Image Rotator using Html and CSS 3 - Website Design
7:28
Code With Random
Рет қаралды 77 М.
Create Crazy 3D Image Slider Effects Using CSS Only
14:07
Lun Dev
Рет қаралды 101 М.
How To Make An Infinite Autoplay Slider
3:16
The Mute Dev
Рет қаралды 165 М.