Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
orm15102 committed Mar 30, 2020
1 parent 8bd928a commit 88739ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions picture-element-master/index.html
Expand Up @@ -41,10 +41,10 @@
<aside>
<picture>
<source media="(min-width 945px)"
srcset="img/art-large.jpg">
srcset="images/art-large.jpg">
<source media="(min-width 1100px)"
srcset="img/extralarge.jpg">
<img src="img/art-medium.jpg" alt="default image">
srcset="images/extralarge.jpg">
<img src="images/art-medium.jpg" alt="default image">
</picture>
</aside>

Expand Down

0 comments on commit 88739ae

Please sign in to comment.