submit to test validation of header
This commit is contained in:
parent
9f3755c6d8
commit
b170525dd2
|
@ -44,8 +44,9 @@
|
|||
<source media="(min-width: 768px)" srcset="assets/image-hero-tablet@2x.png 2x, assets/image-hero-tablet.png">
|
||||
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.webp 2x, assets/image-hero-mobile.webp"
|
||||
type="image/webp">
|
||||
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.png 2x, assets/image-hero-mobile.png">
|
||||
-->
|
||||
<source media="(max-width: 767px)" srcset="assets/image-hero-mobile@2x.png 2x, assets/image-hero-mobile.png"
|
||||
src="assets/image-hero-mobile.png">
|
||||
|
||||
<!-- // fallback in different sizes, as well as regular src. -->
|
||||
<!-- mobile image 435x409, page 327x301
|
||||
x2 870x818
|
||||
|
@ -66,8 +67,7 @@
|
|||
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours."
|
||||
class=""> -->
|
||||
<img class="hero_img" srcset="assets/image-hero-mobile.png, assets/image-hero-mobile@2x.png 2x"
|
||||
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours."
|
||||
srcset="assets/image-hero-mobile@2x.png 2x">
|
||||
alt="Woman blowing onto a mug. Top right of her is a box indicating 29k Members. On the bottom right is a box indicating 1,451 Course Hours.">
|
||||
|
||||
|
||||
</picture>
|
||||
|
|
Loading…
Reference in New Issue