Hexagon img

Developer
Size
1,778 Kb
Views
6,072

How do I make an hexagon img?

What is a hexagon img? How do you make a hexagon img? This script and codes were developed by Stephen Fray on 20 January 2023, Friday.

Hexagon img Previews

Hexagon img - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>hexagon img</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="hexagon"><img src="http://lorempixel.com/200/200/" /></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Hexagon img - Script Codes CSS Codes

/* GRABBED FOR REFERENCE FOR A PROBJECT */
/* Hexagon kitty - By @LeaVerou Disappointingly inflexible, but still interesting methinks. */
.hexagon {	display: inline-block;	position: relative;	width: 200px;	height: 200px;	transform: scale(1.25,.707) rotate(-45deg);	overflow: hidden;	backface-visibility: hidden; /* hack to make it smoother, suggested by Mottie */
}
.hexagon > img {	position: absolute;	transform: rotate(45deg) scale(.8, 1.404);	clip: rect(0,187px,200px,13px);
}
Hexagon img - Script Codes
Hexagon img - Script Codes
Home Page Home
Developer Stephen Fray
Username stepfray
Uploaded January 20, 2023
Rating 3
Size 1,778 Kb
Views 6,072
Do you need developer help for Hexagon img?

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!

Stephen Fray (stepfray) 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!