Questions tagged [image-slider]
38 questions
0
votes
0 answers
Change button text on last image of Slider in SwiftUI
I have an image slider with dot indicator named "Onboardingslider". I have used it in my another screen "onboard4" , I want to change the text of "next" button to "get started" only on last image of slider otherwise it stays "next".
I have tried a…

bushra
- 27
- 4
0
votes
1 answer
How to autoplay or loop slider images
help me to autoplay image in jquery slider ?
i watch this tutorial and try to make an image slider , for the customization i need loop this images
youtube url of slider - https://www.youtube.com/watch?v=J2HLW4A40X8&t=5s
code is given…

gokul
- 1
- 1
0
votes
0 answers
dynamic filepath serach for image slider
I am new to js and tried to build an image slider for the web. I tried to stich together two bits of cod which work fine seperately but not togehther and I' am wondering why?
The slider function works fine as long as I input the value for the var…

Giscap
- 1
0
votes
1 answer
React image slider does not work when i use useState
I use react image slider image slider
The issue is that when i store images paths like it's in code example it works ok
const images = [
{ url: "1.jpg" },
{ url: "2.jpg" }
];
But when i use it image slider does not work
const [imagePath,…

mak
- 15
- 3
0
votes
0 answers
Responsive Image Slider
I have an application where users can upload pictures of themselfes and these are displayed to other users through an Image Slider. How can I make these pictures responsive, because sometimes they are looking great and sometimes they just look weird…

Mats2022
- 1
0
votes
0 answers
Getting error while trying to implement automatic image slider in fragments | Kotlin
I'm trying to do Automatic image slider in fragment in kotlin. Any possible solutions??
I tried couple of other things also. But not a possible solution, I can do image slide inside the main activity but not to do the automatic sliding in…
0
votes
0 answers
Problem with squarespace code: can't understand why Image Comparison Slider works on any platform, but on squarespace website not
I have this code for a image comparison slider which works fine.
But when i try it on squarespace by code block injection, the overlay image doesn't work properly.. can someone help me out?
…

HereToLearn
- 3
- 2
0
votes
1 answer
How to get images dynamically From Odoo to banner image slide?
I want to create a dynamic Image slider in Odoo15. I have seen many examples of creating product sliders in Odoo but no example of banner image sliders. I want to create image sliders like the below app…

Nirmala Sudhir
- 119
- 1
- 3
- 13
0
votes
1 answer
Tiny-slider How do I remove the slide number?
I want to know if there's a property I can use to access the slide number. I'm going to need it for the functionality I want to include, but I don't want it to be displayed on the webpage.
I combed through the library to see if there was an obvious…

Tchaly Leandre Jr.
- 89
- 1
- 9
0
votes
1 answer
How do I stop my if statement looping twice?
I have an image slider, that has 6 full screen images, and it starts at 1 but then jumps to 3, then 5, then 1, then back to 3 then 5 etc. It seems like the part where checked is set to true in 'else' is being looped on itself twice.
This is the code…

lee
- 9
- 3
0
votes
1 answer
Slider's first image does not seem unless you do not click the nav button while entering a page
When you are entering the first time for the page or refreshing, the first image does not seem. However, when you click the nav buttons, after arriving at the first image, it seems.
.
.
import SimpleImageSlider from…

AE86Trueno
- 1
- 1
0
votes
1 answer
Make JS slider move 100vw
I'm making a simple slider with HMTL, CSS and JS. The slides are 100% width. Is there any way to make the js move the slides 100 view width for every click? So that you only see one image at a time? Here's my code:
HTML:
…

marteteigen
- 7
- 1
- 6
0
votes
1 answer
How to refresh ImageSlider with when clicking a button?
I have an image slider and I get two photos (photo link address) from my server.
I have also created a button in my activity and I want to click on it to display the replaced photos on the server.
Photos are replaced when I exit the app and log in…

danial shahbaz
- 13
- 4
0
votes
0 answers
Fit Layout to any screen
I have tried to make it responsive but it appears like the image I shared.I used bootstraps owl carousel to make image-slider it doesn't fit to screens larger or smaller than my laptop.I make containers and they are also not responsive even the…

Hania Hafeez Khan
- 11
- 5
0
votes
1 answer
How to change the width of horizontal scrollbar track?
I am trying to make an image slider with a scrollbar in the bottom. The images should be shown in fullscreen with the the active image in the center and an image in the left side and right side of the active image as shown in the image.
The…

Raru
- 371
- 1
- 4
- 19