This commit is contained in:
Talon Poole 2021-01-28 00:36:23 +00:00
parent fc7eeaf04a
commit fbbd22a8bc
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ This is important mostly for DOM development (as opposed to static HTML generati
### inline media
Optionally, if a link is consumable by `<img>`, `<audio>` or `<video>` you may insert the media inline. Images and video should be styled to have a max-width so they don't overflow the body. It's a good idea to also include the "controls" attribute for videos and audio. `<audio>` tags require `display: block;` just like <a>.
Optionally, if a link is consumable by `<img>`, `<audio>` or `<video>` you may insert the media inline. Images and video should be styled to have `max-width: 100%` so they don't overflow the body. It's a good idea to also include the "controls" attribute for videos and audio. `<audio>` tags require `display: block;` just like `<a>`.
## gmi.css

View file

@ -41,7 +41,7 @@ innit?
<!--
Optionally, if a link is consumable by <img>, <audio> or <video> you may insert the media inline.
Images and video should be styled to have a max-width so they don't overflow the body.
Images and video should be styled to have "max-width: 100%" so they don't overflow the body.
It's a good idea to also include the "controls" attribute for videos and audio.
<audio> tags require "display: block;" just like <a>.
-->