Vertical Image Filler

Developer
Size
2,391 Kb
Views
28,336

How do I make an vertical image filler?

When filling a horizontal space with a vertical image - fill the difference with a zoomed/blurred version of the image rather than just a solid background color.. What is a vertical image filler? How do you make a vertical image filler? This script and codes were developed by Tom Markart on 06 November 2022, Sunday.

Vertical Image Filler Previews

Vertical Image Filler - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Vertical Image Filler</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='wrapper'> <div class='photo-container'> <div class='blur'></div> <div class='photo'><img src="http://www.tmarkart.com/codepen/images/basketball-vertical.JPEG" height="400"></div> </div> <p class='photo-caption'>Washington Wizards guard Alan Anderson (6) shoots in front of Charlotte Hornets center Frank Kaminsky III (44) during the first half of an NBA basketball game Sunday, April 10, 2016, in Washington. Charlotte - <strong>Associated Press</strong></p>
</div>
</body>
</html>

Vertical Image Filler - Script Codes CSS Codes

.wrapper { width:600px; margin:50px auto;
}
.photo-container { height:400px; overflow:hidden; position:relative; width:600px;
}
.blur { background:#000 url("http://www.tmarkart.com/codepen/images/basketball-vertical.JPEG"); background-size:cover; height:600px; position:absolute; top:-150px; width:600px; -webkit-filter: blur(5px); opacity:.6; z-index:-1;
}
.photo { height:400px; left:165px; position:absolute; z-index:1;
}
.photo-caption { font-family: 'McClatchy Sans', 'Roboto', arial, sans-serif; font-size:14px; line-height:1.4; width:600px;
}
Vertical Image Filler - Script Codes
Vertical Image Filler - Script Codes
Home Page Home
Developer Tom Markart
Username tmarkart
Uploaded November 06, 2022
Rating 3
Size 2,391 Kb
Views 28,336
Do you need developer help for Vertical Image Filler?

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!

Tom Markart (tmarkart) Script Codes
Create amazing art & images 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!