Carousels randomize, timing, switch page, image size, source
Hi,
I am somewhat familiar with Dreamweaver, .HTML, and Bootstrap. I have a few questions about carousels and code:
1) Is there a way to randomize slides? Can you randomize the order that slides appear in the carousel if they are labeled “slide_1.jpg” and so on?
2) Is there a way to set a timer on a web page? For example: if the end user doesn’t click, move their mouse, or falls asleep, can you make the current web page jump back to another/home page?
3) Image Size VS Fixing it with Code? When making a carousel is it better to crop each image by exact size like “1200x800px”, or is it to better to introduce some sort of class that alters it? Is a circle always circular if resized/on different screens? Any recommendations on image sizes/resolution?
4) I’ve seen two different ways to insert an image into a carousel.
FIRST is an overlay-image” <div class="overlay-image"style="background-image:url(./slide-2.jpg);">
The SECOND is an “img src” <img src="slide-2.jpg" alt=“My Image” width="1200" height=“800”>
What are the benefits to doing it either way?
Thanks so much for ANY help!!!
