My website features images with the following code:
<img class="featurette-image2 img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500"
src="/images/stuck.jpg" data-holder-rendered="true" style="width: 500px; height: 500px;">
In reality, the image appears as below:
The image quality seems to be enhanced, despite being designated with a width and height of 500px. Is it possible for the quality to remain high even with these settings?