Questions tagged as 'slideshow'

0
answers

Effect parallax on DIV

I'm having trouble adding a parallax (or identical) animation to my slide show when I scroll down my page. I was able to do this, but only with background images using the background-attachment: fixed; property. Does anyone have a...
asked by 16.08.2018 / 14:09
1
answer

I have a problem with this slideshow

I've been trying to find the problem for the longest time (note: I'm a beginner in this area), it happens that when the background changes the image, in a small interval it's like a flash, and how I changed from jquery to css, because was not ma...
asked by 06.06.2017 / 04:34
1
answer

How to change the position of an html element with javascript?

I want to make the following position change, I have a div and inside it other div's for example: <div class="div-principal"> <div class="div-1"></div> <div class="div-2"></div> <div class="div-3"&g...
asked by 31.08.2016 / 22:34
0
answers

How to build a comic book viewer online? [closed]

Good evening everyone! I've always worked with frontend and very little with php and mysql, but I decided to make my personal comic book site. An image of my page: Each image is a material link in the database. By clicking the comics cor...
asked by 08.05.2018 / 03:13
0
answers

SlideShow - Buttons with Jquery

I have to make a slide with play / pause button, next and previous . On the slide I need to use html, css, java script and my buttons need to be with jquery. The play / pause button I was able to create. But I'm having trouble creating the n...
asked by 29.08.2017 / 21:30
2
answers

How do I get the src attribute from a list of images and create an array using just javascript?

The goal is a slider-show, however I want to create a dynamic array just by listing some images inside a div using pure javascript, for example: <div class= "slider"> <img src="caminho-da-imagem-1"/> <img src="caminho-da...
asked by 30.08.2016 / 17:43
0
answers

How to change the slide speed of the ACF PRO Wordpress plugin

In my client's site there are some custom fields, one of them is a slide. I do not know in which location, or file, that I can slow down the slide. Looking at the code through Google Chrome I see this: <div class="owl-stage" style="trans...
asked by 04.12.2018 / 13:57
1
answer

wanted to put dot / circle controls in my slideshow, can anyone help me?

I would like some dots below the slideshow so when I click on the first dot the slider goes straight to the first slide, but I can not, can anyone help me? HTML: <html lang="pt-br"> <head> <meta charset="UTF-8"/> <ti...
asked by 10.08.2018 / 18:00
1
answer

How do I place next / prev buttons and dots controls in my slideshow with css / javascript?

Hello, I'm going through a lot of difficulties to make my slideshow, the best I got was an automatic slideshow, but I'd like to include prev / next arrows to control and buttons underneath as well, can anyone help me? HTML: <div class="...
asked by 09.08.2018 / 19:11
1
answer

Detect slide position in JQuery SLY plugin

Hello. I would like to know how I detect the current position of a slide using the Sly plugin. The type I use is 'oneperframe'. I do not have much knowledge of jquery, and even less with this plugin. I visited link but it was not very didac...
asked by 18.07.2017 / 17:19