Skip to content

Commit

Permalink
Standardize placeholder image source
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotchester committed May 6, 2024
1 parent 372de0c commit baf1bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="text-subtitle text-white">JPL Design System Assets</h1>
aria-label="View in lightbox"
data-fancybox
data-caption="<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel porttitor urna. Maecenas at est laoreet, sagittis risus a, rutrum ipsum. Quisque tincidunt lacus nunc, dapibus facilisis felis scelerisque sit amet. </p>Credit: NASA/JPL"
data-src="https://placekitten.com/869/700"
data-src="https://picsum.photos/900/506"
>
<span class="label block">
<svg
Expand Down Expand Up @@ -123,8 +123,8 @@ <h1 class="text-subtitle text-white">JPL Design System Assets</h1>
<div>
<img
class="BaseImage object-contain lazyload"
data-src="https://placekitten.com/869/700"
data-srcset="https://placekitten.com/869/700"
data-src="https://picsum.photos/900/506"
data-srcset="https://picsum.photos/900/506"
alt="Fourth image"
width="869"
height="700"
Expand Down Expand Up @@ -620,7 +620,7 @@ <h1>
>
<div>
<img
data-src="https://source.unsplash.com/pZ-XFIrJMtE/540x400"
data-src="https://picsum.photos/540/400"
alt=""
loading="lazy"
class="BaseImage cover-bg object-contain lazyload"
Expand Down

0 comments on commit baf1bcf

Please sign in to comment.