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

?
?
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
Get step-by-step solutions from verified subject matter experts
