We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
I have the same issue with Open Live Writer. http://openlivewriter.org/
Sorry, something went wrong.
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: