- view original css
- see the changes after applying width property
- my intended goal with improved quality (though not visible in the image)
Is there a way to increase the container size while maintaining the same aspect ratio and preserving image quality?
The original CSS made the container quite small on mobile web views. When I tried increasing the width, it only added blank space around it, making it hard to view anything (especially with small font sizes). Next, I attempted using the scale() property along with margin-top, which did make the container larger but at the cost of image quality (clear difference between scaled container and regular one when zoomed in).