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

Add max-width property to all images? #89

Open
ddarfantasy opened this issue Sep 12, 2021 · 0 comments
Open

Add max-width property to all images? #89

ddarfantasy opened this issue Sep 12, 2021 · 0 comments

Comments

@ddarfantasy
Copy link

Some large images can appear out of frame and look ugly in the new default colors.
I'm not professional on css, but I think it's partly because of the incomplete fluidbox design?
And before it lands, is there any workaround to the problem?

My idea is to simply add this or something equivalent to theme.css:

img {
    max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant