आपले सर्व फोटो imgur.com वर अपलोड करा
ती फोटो direct link ने ब्लॉगवर शेअर करावे यासाठी
खालील कोड कॉफी करा
व लाल अक्षरात दिलेल्या ठिकाणी लिंक पेस्ट करा
जेवढे फोटो Add करायचे आहेत तेवढ्या वेळेस HTML ची कमांडचा परिच्छेद कॉपी पेस्ट करत इमेजेस Add करत राहा व नंतर सेव्ह करा
<!doctype html>
<style>
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides1 {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/4 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color:
#bbb;
border-radius: 50%;
display:
inline-block;
transition: background-color
0.6s ease;
}
.active {
background-color:
#717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name:
fade;
animation-duration:
1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size:
11px}
}
</style>
<div class="slideshow-container">
<div class="mySlides1 fade">
<img src="https://i.imgur.com/jpQhcH5.jpg"
style="width:100%" />
<div
class="text">Caption Text</div>
</div>
<script>
var SlideIndex = 0;
showSlide();
function showSlide() {
var slides =
document.getElementsByClassName("mySlides1");
for (let i = 0; i
< slides.length; i++) {
slides[i].style.display = "none";
}
SlideIndex++;
if (SlideIndex
> slides.length) {SlideIndex = 1}
slides[SlideIndex-1].style.display = "block";
// Change image
every 3 seconds
setTimeout(showSlide, 5000);
}
</script>
</!doctype>
कोणत्याही टिप्पण्या नाहीत:
टिप्पणी पोस्ट करा