Natural dimensions auto-sizing

Developer
Size
1,732 Kb
Views
14,168

How do I make an natural dimensions auto-sizing?

This is a demonstration of how image files naturally size to constraints with height and width unspecified (auto).. What is a natural dimensions auto-sizing? How do you make a natural dimensions auto-sizing? This script and codes were developed by Taylor Hunt on 29 September 2022, Thursday.

Natural dimensions auto-sizing Previews

Natural dimensions auto-sizing - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Natural dimensions auto-sizing</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<figure> <div class="wrapper-a"> <img src="http://placehold.it/400x400" alt="An example image file that measures 400 pixels on each side."> </div> <figcaption>This wrapper <code>&lt;div&gt;</code> is 300 by 200 pixels.</figcaption>
</figure>
<figure> <div class="wrapper-b"> <img src="http://placehold.it/400x400" alt="The same image file."> </div> <figcaption>This wrapper <code>&lt;div&gt;</code> is instead 200 by 300 pixels.</figcaption>
</figure>
</body>
</html>

Natural dimensions auto-sizing - Script Codes CSS Codes

img { height: auto; width: auto; max-height: 100%; max-width: 100%;
}
div { background: grey; }
.wrapper-a { height: 300px; width: 200px; }
.wrapper-b { height: 200px; width: 300px; }
figure { float: left; }
figcaption { margin-top: 1em; }
Natural dimensions auto-sizing - Script Codes
Natural dimensions auto-sizing - Script Codes
Home Page Home
Developer Taylor Hunt
Username tigt
Uploaded September 29, 2022
Rating 3
Size 1,732 Kb
Views 14,168
Do you need developer help for Natural dimensions auto-sizing?

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!

Taylor Hunt (tigt) 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!