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

Picture aspect ratio with WLW: widht and height is set #236

Open
LeivoSepp opened this issue Aug 27, 2016 · 1 comment
Open

Picture aspect ratio with WLW: widht and height is set #236

LeivoSepp opened this issue Aug 27, 2016 · 1 comment

Comments

@LeivoSepp
Copy link

LeivoSepp commented Aug 27, 2016

If you insert picture with WLW, then by default width and height is set.
When you resize your web-page then the picture aspect ratio is not kept.

You need to change site.css img and add height:auto;

img, video, iframe {
    max-width: 100%;
    height:auto;
}

@jddonovan
Copy link
Contributor

I have the same issue with Open Live Writer. http://openlivewriter.org/

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

2 participants