Questions tagged [image-slider]
38 questions
0
votes
0 answers
JavaScript Image Carousel
I made an image carousel with JavaScript and I'm running into an issue where when the page first loads, it loads like the below image. If I refresh, it then adjusts properly. I'm hoping someone can give me a tip on how to fix that? I'm including the…

monkeyduo
- 23
- 5
0
votes
1 answer
Loading images from firestore in image slider
I'm trying to load the images in an image slider from firestore. The image urls are there in firestore. I'm using the following library https://github.com/denzcoskun/ImageSlideshow for image slider, but it shows error instead of images.
Image of the…

Stuti Jain
- 1
- 2
0
votes
1 answer
Dropdown making the slider below go more down to show the content
I was just trying to make a dropdown menu. But what my dropdown menu is doing that it is making the slide below it more go down. I have also attached the HTML and the CSS file. So that you can have a look. If you will run the code, it would not…

Eklavya Jain
- 47
- 10
0
votes
1 answer
Image Slider using HTML and Javascript
So I was trying to create a image slider using the below code snippets, for a static website and was running it on VScodes Live Server and the Javascript didn't seem to apply to the page. pls help And I would like to add to add a simple fade and…

HarshS11
- 93
- 1
- 6
-1
votes
3 answers
How to add assets images in carousel_slider?
i am tring to add images in carousel flutter and i make a list of images from my assets but i am facing this error.
ArgumentError (Invalid argument(s): No host specified in URI…

Zeher
- 15
- 4
-1
votes
1 answer
The JS code for my Tailwind Image Slider won't work :/
I am new to the whole coding topic. For my first "big" project I want to build a simple website with some functionality. I tried to implement an Image slider with Tailwind and JS. But the Code won't work. Thank you for all your help in advance…

r0sner
- 3
- 1
-1
votes
3 answers
How do I make this image slider responsive?
I found a great pure CSS slider online that does exactly what I need but the slider isn't responsive. I'd like it to resize based on the viewport size, so that if I drag the browser smaller, the slider resizes smaller along with it.. I've tried lots…

Hideto
- 309
- 1
- 3
- 14
-3
votes
0 answers
Where should I put my images slider to be matched with semantic markup in HTML5
I don't know where I should put my image slider - put it in article tag or in figure tag or something else.
I tried this code:
…