Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inflexible videos on article page? #146

Open
beep opened this issue Mar 1, 2018 · 4 comments
Open

Inflexible videos on article page? #146

beep opened this issue Mar 1, 2018 · 4 comments

Comments

@beep
Copy link
Collaborator

beep commented Mar 1, 2018

Hello! Just wanted to log a little thing I noticed on this (excellent) article:

img_20e432602e40-1

Videos aren’t currently flexible, which means they’re rendering at “full” width on smaller screens.

There are some automated solutions (e.g.) that could make videos resize proportionately, but a quick fix would be to toss this into the CSS:

.article-main iframe {
    max-width: 100%;
}```

Hope this helps!
@kissane
Copy link

kissane commented Mar 1, 2018

Thank youuuuuuu @beep! Fixed!

@ryanpitts
Copy link
Contributor

nice, let's keep this issue open until I make this a part of site CSS so we don't have to add on a per-video basis

@beep
Copy link
Collaborator Author

beep commented Mar 1, 2018

Yay! So glad it helped, so nice to talk to you both again, hope you’re both wellllllllllllll

@tsl-lindsay
Copy link
Collaborator

tsl-lindsay commented Mar 1, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants