Questions tagged as 'carousel'

5
answers

Carrousel in php and mysql

I have a "file upload" and needed to show it in a carousel. The path of the images is stored in the database and the images in a folder, of course. I have the following code: <div id="myCarousel" class="carousel slide" data-ride="carousel"&...
asked by 13.07.2015 / 17:49
1
answer

How to make a Carousel

I'm trying to create a Carousel on Android like this from this video , but it's not working too well.     
asked by 22.08.2016 / 20:20
1
answer

Carousel - thumbnail not active when changing slide

I have a problem because I can not leave the thumbnail activated using css, leave an image as an example of the want and the code below. Thanks! jQuery(document).ready(function($) { $('#myCarousel').carousel({ interval: 5000...
asked by 25.01.2016 / 13:42
2
answers

Carousel with only CSS: problems with centering and setting size

I have a carousel created with only CSS, but I have identified some difficulties. All images are in the 4: 3 aspect ratio and can have up to 640x480 px (that is, they may be smaller than this value), so: I can not center the next and previ...
asked by 12.11.2016 / 20:26
1
answer

Gallery with category filter

I need to implement the following: category buttons + category gallery I have several categories on my site and a gallery of images for each. On the front, I'll create buttons with the categories and just below a slider . I need to click...
asked by 01.09.2017 / 22:30
1
answer

How to reduce the space between the images of the carousel bootstrap 4?

Good evening guys, I'd like to know how I can reduce this white space between carousel images. Can someone help me please? Mycode: <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <...
asked by 05.10.2017 / 01:21
1
answer

Random words

How do I sort coordinates of word positions over an image using Bootstrap's slider carousel ? You could put adjectives in the picture and they come randomly in different positions on the screen, maybe with different effects too: fade. Mor...
asked by 12.11.2015 / 02:10
2
answers

Carousel Bootstrap does not work

My carousel is not working in bootstrap, I got this script from www.w3schools.com I imported the css and JavaScript but it does not work: <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <...
asked by 23.01.2018 / 13:07
1
answer

How to pause videos on YouTube when a new video is played?

I have a website where I made a YouTube video carousel using the iframe, but when I navigate through the carousel the video keeps playing. How can I automatically pause when a new video plays?     
asked by 16.09.2017 / 18:41
2
answers

Create Responsive Image Carousel in Bootstrap

I'm trying to create a carousel of images with bootstrap and I'd like it to be responsive. I already managed to be part of this carousel, but I still have to understand the size of the images. Below is my code: <div id="meuSlider" class=...
asked by 05.03.2016 / 03:44