Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 470a762

Browse files
committed
srcset update
1 parent 84186db commit 470a762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ <h3>Image Headline</h3>
103103
<div role="alert" class="exclusive clearfix">
104104
<figure class="angular-tabbed">
105105
<picture>
106-
<source media="(min-width: 45em)" srcset="large-1.jpg, large-2.jpg 2x">
107-
<source media="(min-width: 18em)" srcset="med-1.jpg, med-2.jpg 2x">
106+
<source media="(min-width: 45em)" srcset="img/large-1.jpg, img/large-2.jpg 2x">
107+
<source media="(min-width: 18em)" srcset="img/med-1.jpg, img/med-2.jpg 2x">
108108
<img src="http://lorempixel.com/300/200/abstract" srcset="http://lorempixel.com/400/300/abstract 2x" alt="" />
109109
</picture>
110110
<figcaption class="tabbed">

0 commit comments

Comments
 (0)