Questions tagged [image-slider]

38 questions
3
votes
1 answer

How to convert a HTML CSS image slider into Angular image slider?

I am trying to implement a image slider in angular from scratch, and trying to replicate a w3school based image slider. Below I have tried to implement in angular, Can anyone guide me how to implement using angular? Here you can find stackblitz…
Sangram Badi
  • 4,054
  • 9
  • 45
  • 78
1
vote
2 answers

Image Slide affects every element with the same class

I found a simple image slider script that I use on my web blog. The HTML structure looks like this:

Text

VRground
  • 23
  • 7
1
vote
0 answers

How to display/render a 2D multiple image by image slider with ARCore in android studio

I am new to android and there is my first augmented reality related project. I am trying ar invitation card. I have found a solution by stackoverflow like this : https://thomasgorisse.github.io/sceneform-android-sdk/ in (simple-augmented-images) but…
1
vote
0 answers

Big Catel: How Do You Show/Pull all Product Images on product page?

I have added a Image Carousel (with thumbnails) to all of the individual product page(s) [via the product.html file] I used the {{ image | product_image_url | constrain: 500 }} code, but it's only pulling the first product image when there are 2-5…
1
vote
1 answer

I want to use denzcoskun/ImageSlideshow in fragment

I'm trying to use carousel in fragment. I'm using the following library https://github.com/denzcoskun/ImageSlideshow for image slider. In Activity the image slider works, but in fragment it doesn't work. And there was no particular error in Logcat…
1
vote
1 answer

Dynamically rendering images into modal form mapped array of images

Im working on a project and only started recently with React.So far i made card component that is dynamically rendering data from js-file with a mapped function.One of the data being rendered are (stored in array) images where im displaying the…
Ivana
  • 13
  • 4
1
vote
2 answers

How do I get jQuery to load the clicked image?

I've got an image gallery set up and what I'm trying to make happen is when a user clicks on an image in the gallery it opens a Lightbox modal window which the user can then scroll through the gallery with next and previous buttons in the modal…
KurtReyn
  • 23
  • 5
0
votes
2 answers

My image keeps disappearing after a few seconds

I have an html page with menus and drop down and also an automatic image showsshow which I intend to control using the next and prev command, the code is working fine but the image on the slide keeps disappearing after few seconds. Here is my…
moon etuk
  • 1
  • 2
0
votes
1 answer

issue while using ngx-slick-carousel, How to handile next and prev button

next and prev button is working properly.But its not visible.. when i am inspecting, i can see the next and prev button.how can i make it visible ? here is my…
0
votes
1 answer

React Alice Carousel - move dot controls over images in slider

Using react-alice-carousel, I am trying to move the dot controllers to be located near the bottom of the images on the slider. Currently, here is the location of the dot controllers: Not the best picture, but the image is some sand, along with…
John Beasley
  • 2,577
  • 9
  • 43
  • 89
0
votes
1 answer

Open modal with specific id

If i click on the thumbnail of the following code, the general modal with an image slider opens but i can slide through all images of all modals. (Test here: https://www.hanki-testet.com/referenzen#erklaerfilme) How do i modify the code to open the…
VRground
  • 23
  • 7
0
votes
1 answer

How to make dot indicator carousel slider in flutter using different shape?

I am using a carousel slider and want to give a dot indicator but in a different shape. I have tried it with a normal Dot Indicator in case if it helps to understand my problem. Any help could be helpful. List itemsList = [ …
0
votes
0 answers

How to fix "Cannot read properties of null (reading 'addEventListener')"?

Currently making a Site with HTML, CSS and JS in stackblitz.com and im trying to add an image slider into one of my pages. I've tried multiple methods online but the same issue happends, I input the code and the actual image slider works fine on…
0
votes
1 answer

Add a hr horizontal rule in html page

In my page, i have a Col which contains of an image container and below it i would like to add a banner. I want to add a hr or horizontal rule to separate the two as follows As you can see the hr is added but when i scroll my image container, the hr…
Abcd Efgh
  • 57
  • 5
0
votes
0 answers

image slider div's horizontal scrolled value gettting in react js

I am making a image slider in react.js. made images div . overflow scroll. I want the current scrollbar value of the images div, like window.scrollY, for checking radio button when the scroll value is coming particular position. function Events() { …
1
2 3