Email Image Carousel

Developer
Size
1,833 Kb
Views
58,696

How do I make an email image carousel?

What is a email image carousel? How do you make a email image carousel? This script and codes were developed by Helana Nosrat on 12 August 2022, Friday.

Email Image Carousel Previews

Email Image Carousel - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Email Image Carousel</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="carousel" style="position:relative;width:500px;height:320px;"> <a href="https://www.google.com/search?q=castles"><img src="http://freshinbox.com/examples/animated-carousel/images/car-castle.jpg" border="0"></a> <a href="https://www.google.com/search?q=meadows"><img src="http://freshinbox.com/examples/animated-carousel/images/car-meadow.jpg" border="0"></a> <a href="https://www.google.com/search?q=coast"><img src="http://freshinbox.com/examples/animated-carousel/images/car-coast.jpg" border="0"></a>
</div>
</body>
</html>

Email Image Carousel - Script Codes CSS Codes

.carousel a { position:absolute; top:0px; left:0px; -webkit-animation: car-anim 9s linear infinite; } .carousel a:nth-child(1){ position:relative; } .carousel a:nth-child(2){ -webkit-animation-delay: -6s; } .carousel a:nth-child(3){ -webkit-animation-delay: -3s; }
@-webkit-keyframes car-anim { /* start fade in */ 0% { z-index:2; opacity:1; } /* end fade in */ 5%{ z-index:2; } /* bump z-index to top */ 5.01%{ z-index:3; } /* start fade out */ 33%{ z-index:3; opacity:1; } /* end fade out */ 38%{ z-index:3; opacity:0; } /* drop z-index to 1 */ 38.01%{ z-index:1; } 70%{ opacity:0; } /* restore opacity */ 70.01%{ opacity:1; } 100%{ z-index:1; opacity:1; } }
.carousel{ width:100% !important; height:auto !important; } .carousel a{ width:100%; display:block; } .carousel img{ display:block!important; width:100% !important; height:auto !important; }
Email Image Carousel - Script Codes
Email Image Carousel - Script Codes
Home Page Home
Developer Helana Nosrat
Username HelanaN
Uploaded August 12, 2022
Rating 3
Size 1,833 Kb
Views 58,696
Do you need developer help for Email Image Carousel?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Helana Nosrat (HelanaN) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!