[ad_1]
So I uploaded an image into my Media Gallery, it’s 200×47. However every time I insert it onto my product page, the image is a LOT bigger. Take a look here:
[https://kroffroad.wpcomstaging.com/product/lower-grill-light-bar-brackets-for-2017-2020-ford-raptor/](https://kroffroad.wpcomstaging.com/product/lower-grill-light-bar-brackets-for-2017-2020-ford-raptor/)See the BUY button. It’s a lot bigger then 200×47. I don’t get it. It’s a 72DPI image, which is what I always save my images at. So why is WP making it LARGER then it really is? If you actually save the image, it saves it as 200×47 but if you take a screen shot of the page, well that image is 299×69
So what’s going on here???
[ad_2]
The image is displaying at its correct uploaded size: [https://i0.wp.com/kroffroad.wpcomstaging.com/wp-content/uploads/2024/06/Buy-Button.png?resize=200%2C47&ssl=1](https://i0.wp.com/kroffroad.wpcomstaging.com/wp-content/uploads/2024/06/Buy-Button.png?resize=200%2C47&ssl=1)
You can alternatively use the css below to Dashboard > Appearance > Customise > Additional CSS to set the width to the size you like.
`a img.alignnone {width: 150px !important;}`