Blog Images Sized and Centered

Developer
Size
1,907 Kb
Views
16,192

How do I make an blog images sized and centered?

What is a blog images sized and centered? How do you make a blog images sized and centered? This script and codes were developed by Kira on 14 October 2022, Friday.

Blog Images Sized and Centered Previews

Blog Images Sized and Centered - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Blog Images Sized and Centered</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="blog-item"> <img src="https://images.unsplash.com/photo-1466853817435-05b43fe45b39?dpr=1&auto=compress,format&fit=crop&w=1199&h=871&q=80&cs=tinysrgb&crop=">
</div>
<div class="blog-item"> <img src="https://images.unsplash.com/photo-1469053913977-1d2f009670d9?dpr=1&auto=compress,format&fit=crop&w=1199&h=794&q=80&cs=tinysrgb&crop=">
</div>
<div class="blog-item"> <img src="https://images.unsplash.com/photo-1488380779812-754cf454af24?dpr=1&auto=compress,format&fit=crop&w=1199&h=794&q=80&cs=tinysrgb&crop=">
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Blog Images Sized and Centered - Script Codes CSS Codes

.blog-item{ height:200px; width:200px; display:inline-block; margin: 0 30px 30px 0; vertical-align:top; background-size: cover; background-position: center center;
}

Blog Images Sized and Centered - Script Codes JS Codes

$(".blog-item").each(function() { var img = $(this).find("img"); $(this).css({ "background-image": "url(" + img.attr("src") + ")", }); img.remove();
});
Blog Images Sized and Centered - Script Codes
Blog Images Sized and Centered - Script Codes
Home Page Home
Developer Kira
Username kepixels
Uploaded October 14, 2022
Rating 3
Size 1,907 Kb
Views 16,192
Do you need developer help for Blog Images Sized and Centered?

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!

Kira (kepixels) Script Codes
Create amazing love letters 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!