How can we ensure high quality images are embedded on the web using Unsplash API or other methods? The image displayed in the example below appears blurry and unclear compared to the original image.
Original Image link:
Example of embedding the image above using the API:
#test {
width: 100vw;
height: 100vh;
background-size: cover;
background-image: url("https://source.unsplash.com/MDZAbQApcKY");
}
<div id="test"></div>