Question: can you make each slide the same size? Also can you make the title appear? also can you make the slider 1200px width and 500-800px

can you make each slide the same size? Also can you make the title appear? also can you make the slider 1200px width and 500-800px height? Please use the ids/classes I have used.

Projects

here are my projects

can you make each slide the same size? Also can you make

Caption Two

Caption Three

?

?

var slideIndex = 1; showSlides(slideIndex);function plusSlides(n) {

showSlides(slideIndex += n);

}function currentSlide(n) {

showSlides(slideIndex = n);

}

function showSlides(n) {var i; var slides = document.getElementsByClassName("mySlides");

var dots = document.getElementsByClassName("dot");if (n > slides.length) { slideIndex = 1 } if (n

for (i = 0; i

slides[i].style.display = "none";} for (i = 0; i

dots[i].className = dots[i].className.replace(" active", "");

} slides[slideIndex - 1].style.display = "block";

dots[slideIndex - 1].className += " active";

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!