Skip to content

Commit b8aa710

Browse files
committed
Add height and width for images
1 parent 3d43f36 commit b8aa710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hacks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,4 @@ YouTube automatically generates an image for every video (`https://img.youtube.c
319319

320320
The rendered output looks like this:
321321

322-
<a href="https://www.youtube.com/watch?v=PYCxct2e0zI" rel="nofollow"><img src="https://img.youtube.com/vi/PYCxct2e0zI/0.jpg" alt="Less Than Jake — Scott Farcas Takes It On The Chin"></a>
322+
<a href="https://www.youtube.com/watch?v=PYCxct2e0zI" rel="nofollow"><img src="https://img.youtube.com/vi/PYCxct2e0zI/0.jpg" width="480" height="360" alt="Less Than Jake — Scott Farcas Takes It On The Chin"></a>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Main jumbotron for a primary marketing message or call to action -->
1111
<div class="jumbotron">
1212
<div class="container">
13-
<img src="/assets/images/markdown-mark-white.svg" alt="Markdown logo">
13+
<img src="/assets/images/markdown-mark-white.svg" height="128" width="208" alt="Markdown logo">
1414
<p><i>The Markdown Guide</i> is a free and open-source reference guide that explains how to use Markdown, the simple and easy-to-use markup language you can use to format virtually any document.</p>
1515
<p><a class="btn btn-outline-inverse btn-lg" href="/getting-started/" role="button">Get Started</a></p>
1616
</div>

0 commit comments

Comments
 (0)