-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(image): hide alt text if no src (#111)
- Loading branch information
adamraider
authored
May 29, 2019
1 parent
d0a0575
commit 991834c
Showing
11 changed files
with
87 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--16by9" | ||
style="background-image: url(https://source.unsplash.com/random/800x450?minimalist);" | ||
></div> | ||
|
||
<!-- optional caption element --> | ||
<div class="ray-caption"> | ||
Vangelis Drake Equation explorations venture Rig Veda encyclopaedia | ||
galactica. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--3by4" | ||
style="background-image: url(https://source.unsplash.com/random/800x400?minimalist);" | ||
></div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--4by3" | ||
style="background-image: url(https://source.unsplash.com/random/800x400?minimalist);" | ||
></div> | ||
<!-- optional caption element --> | ||
<div class="ray-caption"> | ||
Consciousness are creatures of the cosmos rings of Uranus another world | ||
colonies concept of the number one. | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--16by9" | ||
style="background-image: url(https://source.unsplash.com/random/400x300?minimalist);" | ||
></div> | ||
|
||
<!-- optional caption element --> | ||
<div class="ray-caption"> | ||
Vangelis Drake Equation explorations venture Rig Veda encyclopaedia | ||
galactica. | ||
<div class="ray-image ray-image--16by9"> | ||
<img src="https://source.unsplash.com/random/800x450?minimalist" /> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--3by4" | ||
style="background-image: url(https://source.unsplash.com/random/800x400?minimalist);" | ||
></div> | ||
<div class="ray-image ray-image--3by4"> | ||
<img src="https://source.unsplash.com/random/300x400?minimalist" /> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<div style="max-width: 300px"> | ||
<div | ||
class="ray-bg ray-bg--4by3" | ||
style="background-image: url(https://source.unsplash.com/random/800x400?minimalist);" | ||
></div> | ||
<!-- optional caption element --> | ||
<div class="ray-caption"> | ||
Consciousness are creatures of the cosmos rings of Uranus another world | ||
colonies concept of the number one. | ||
<div class="ray-image ray-image--4by3"> | ||
<img src="https://source.unsplash.com/random/400x533?minimalist" /> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div style="max-width: 300px"> | ||
<div class="ray-image ray-image--16by9"> | ||
<img src="https://source.unsplash.com/random/800x450?minimalist" /> | ||
</div> | ||
|
||
<div class="ray-caption">A beautiful graphic</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
9 changes: 4 additions & 5 deletions
9
docs/html/image/rtl-image--4by3.html → docs/html/image/rtl-image--caption.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters