Sometimes my images have a black top border of 1 pixel, after I crop them with glide. Here is a snippet of the code that creates this images. In this case only the retina image has the black top border. Those anybody know why this happens?
<img class="object-cover shadow-lg mb-3 md:mb-0"
src="{{ glide:url height="275" width="205" fit="crop_focal" }}"
srcset="{{ glide:url height="275" width="205" fit="crop_focal" }} 1x,
{{ glide:url height="275" width="205" fit="crop_focal" dpr="2" }} 2x"
alt="{{ alt }}">