readme
This commit is contained in:
parent
fc7eeaf04a
commit
fbbd22a8bc
|
@ -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
|
||||
|
||||
|
|
|
@ -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>.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue