[media] - max-width
Closed this issue · 0 comments
raphaelfabeni commented
Hey @jgthms !
First, congrats for the project. Great idea.
About the media's content: how about adding iframe
in the responsive declaration?
Something like that:
img,
embed,
object,
audio,
video,
iframe {
height: auto;
max-width: 100%;
}