My concern lies with the browser preview of images.
https://i.sstatic.net/grFjV.png
Here is the original image alongside a screenshot of how it appears in the browser preview on my website.
The code I am using to display the image is:
HTML
<div class="pricebox col-lg-6 col-md-6 col-sm-6 col-xs-12 col-ss-12">
<img src="assets/img/preturi/aerobic-nelimitat.png" class="img-pricebox img-responsive" alt=""/>
</div>
CSS
.pricebox {margin-bottom:35px;}
.img-pricebox {width:100%; height:auto;}
The image dimensions are 550px x 200px within a col-6 grid layout, which should be suitable for any display.
Are there any CSS solutions or specific Photoshop rendering configurations that could enhance the quality?
PS: Additionally, the local preview from my attachment seems to lose some quality.