Skip to content

Instantly share code, notes, and snippets.

View mahboob-awan's full-sized avatar

Mahboob Ur Rasheed mahboob-awan

  • Netset AB
  • World Wide Web
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Page speed test</title>
</head>
<body>
<img src="https://via.placeholder.com/150" />
<br/>
<img src="https://via.placeholder.com/200" />
<br/>
@mahboob-awan
mahboob-awan / dabblet.html
Last active August 17, 2021 11:12
Untitled
<!DOCTYPE html>
<html>
<head>
<title>Page speed test</title>
<style>
img {
width: 100%;
height: auto;
aspect-ratio: attr(width) / attr(height);
}
<!DOCTYPE html>
<html>
<head>
<title>Page speed test</title>
</head>
<body>
<img src="https://via.placeholder.com/150" />
<br/>
<img src="https://via.placeholder.com/200" />
<br/>