Moving issue https://github.com/mozilla/addons-server/issues/7956
STR:
Actual result:
Images look a bit squashed.
Expected result:
Images are correctly displayed.
Notes:
This issue was reproducible for the user info card but then fixed here.
This issue is reproducible with .jpg and .png samples with normal size and dimension, it is more obvious for images with a larger width.
This is reproducible on AMO dev with FF59(Win10).

If this is your first contribution, please refer to https://wiki.mozilla.org/Add-ons/Contribute/Code on how to get started.
Mentor: @willdurand
Hey, I am new to contributions for Mozilla. I would love to work on this issue, can I be assigned this issue, please?
@willdurand
Hi @ShivangiKakkar, thanks for your interest. Go for it!
First, you need to install the application locally. You can check the requirements here, in short, you need nodejs version 6( 8 also works fine). After that, please install Yarn from here.
After that, you can install the project dependencies by running yarn install and then please run yarn test to make sure project is installed successfully. Now you can start the local dev server by using yarn amo:dev.
If you have any doubt. Feel free to ask here :)
Thank you! @championshuttler
Working on it. :)
Hey @championshuttler, I wanted to clear few doubts I am facing:
1.) Expected result: Images look a bit squashed?
2.) When I click on dev hub it is showing an error saying, "This page does not exist in addons-frontend."
3.) Same error if I try to submit a new add-on.
4.) How to submit a test-addon?
Would you please help me out with these?
@ShivangiKakkar 1. I corrected the expected result - I switched the actual with expected - now it's alright. Thanks!
Hi @ShivangiKakkar
Sorry expected result is Images are correctly displayed. I think @ioanarusiczki mentioned it by mistake ;) .
For devhub you need to go to https://addons-dev.allizom.org/en-US/developers( you need to signup here)
For test-addon you can use this tool https://staticfil.es/webext-generator/
Thanks :) @championshuttler & @ioanarusiczki
Hey, @championshuttler
I am almost done with the issue, I am about to file PR.
Do I need to write a test case for it too?
Hey @ShivangiKakkar , it would be great with test case or you can add it while reviewing phase ;)
Amazing, thanks for contributing @ShivangiKakkar!
Verified fixed on AMO dev with FF61(Win10)
It sure looks way better now! Thanks @ShivangiKakkar


Most helpful comment
Hey @ShivangiKakkar , it would be great with test case or you can add it while reviewing phase ;)