Zoom background cover image on hover

Developer
Size
1,874 Kb
Views
18,216

How do I make an zoom background cover image on hover?

What is a zoom background cover image on hover? How do you make a zoom background cover image on hover? This script and codes were developed by Kevin Weber on 20 November 2022, Sunday.

Zoom background cover image on hover Previews

Zoom background cover image on hover - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Zoom background cover image on hover</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="image" role="img" aria-label="Image description"> <span class="inner" style="background-image:url(http://lorempixel.com/400/250)"></span>
</div>
</body>
</html>

Zoom background cover image on hover - Script Codes CSS Codes

.image { display: block; height: 150px; width: 300px; overflow: hidden;
}
.image .inner { background-size: cover; display: block; height: 100%; -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: -webkit-transform 0.4s; transition: -webkit-transform 0.4s; transition: transform 0.4s; transition: transform 0.4s, -webkit-transform 0.4s;
}
.image:hover .inner { -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);
}
Zoom background cover image on hover - Script Codes
Zoom background cover image on hover - Script Codes
Home Page Home
Developer Kevin Weber
Username kevinweber
Uploaded November 20, 2022
Rating 3
Size 1,874 Kb
Views 18,216
Do you need developer help for Zoom background cover image on hover?

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!

Kevin Weber (kevinweber) Script Codes
Create amazing Facebook ads 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!