Html – How to achieve consistent background-image: cover effect with sliced background images?
I'm trying to display an image within a 100px x 100px container. The image's aspect ratio is not 1:1, so using background-image: cover on the container fills it without distortion. To achieve a special effect, I divided the image into…