-
Notifications
You must be signed in to change notification settings - Fork 899
[bug] pixelated image on /docs #15407
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
Comments
Thank you for raising this. We have a general image sizing problem in our docs. And you should be able to find more examples of oversized images easily. @EdwardAngert may have plans to fix these systematically. |
thanks @matifali ! I don't know if Vercel wasn't refreshing correctly or if it was something about the way I did it, but I tested with check it out in https://coder.com/docs/@template-from-scratch-update/tutorials/template-from-scratch#7-create-the-template-in-coder <Image height="412px" src="../images/templates/coder-login-web.png" alt="Log in to your Coder deployment" align="center" /> I'll put a PR in for this one - I think there are probably bunches more we can probably lint for... eventually |
@matifali I'm testing that PR with a source: https://nextjs.org/docs/pages/api-reference/components/image#sizes edit edit: I might just need to take a new screenshot and set this aside. seems like the attrib I referred to gets overridden by the CSS when rendered? there's a potential answer I found on stack overflow, but I haven't tried to work that into our CSS |
resolves #15407 adjust manual github action screenshot in contributing.md [preview](https://coder.com/docs/@15407-contrib-image/CONTRIBUTING#deploying-a-pr) (once ready) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This image is huge and pixelated. If we decrease the image size the image quality should work fine and it will be easier to grasp the information for the reader.

URL: https://coder.com/docs/CONTRIBUTING
The text was updated successfully, but these errors were encountered: