Skip to content

Commit

Permalink
Remove broken image and reassign image to own gallery (ampproject#13129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyxz authored and RanAbram committed Mar 12, 2018
1 parent f5d5371 commit de21567
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/manual/article-with-lightbox-2.0-gallery.amp.html
Expand Up @@ -337,8 +337,6 @@
<header id="article-desc">
<h1>Experimental Lightbox 2.0</h1>
<div class="header-author">
<amp-img src="img/sample.jpg" id="author-avatar" placeholder height="16" width="16">
</amp-img>
by
<span itemscope itemtype="http://schema.org/Person">
<b>Lorem Ipsum</b>
Expand Down Expand Up @@ -421,7 +419,7 @@ <h3>Other Modern Architectures</h3>
</div>
</amp-img>

<amp-img lightbox="gallery" src="https://picsum.photos/1600/400?image=857" layout="responsive" width="1600" height="400"
<amp-img src="https://picsum.photos/1600/400?image=857" layout="responsive" width="1600" height="400"
alt="Wide image">
</amp-img>

Expand Down

0 comments on commit de21567

Please sign in to comment.