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
Nothing a max-width: 100% won't fix:
max-width: 100%
.hero img { max-width: 100%; }
Before: After:
0.14.2
Just create any image the is relatively wide and set as hero image.
Responsive resizing.
Not resizing.
That should be enough. Can provide more if needed.
Thank you.
The text was updated successfully, but these errors were encountered:
Welcome to create a PR for that, thanks!
Sorry, something went wrong.
fix: responsive hero image (close: vuejs#849)
eb6aeae
Looks like it's already been fixed: https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/theme-default/components/Home.vue#L82
Yes, fixed by #980 🙂
No branches or pull requests
Bug report
Nothing a
max-width: 100%
won't fix:Before:
After:
Version
0.14.2
Steps to reproduce
Just create any image the is relatively wide and set as hero image.
What is expected?
Responsive resizing.
What is actually happening?
Not resizing.
Other relevant information
That should be enough. Can provide more if needed.
Thank you.
The text was updated successfully, but these errors were encountered: