First, simply confirm whether the lower border comes from the style (usually thicker) or from the browser (usually thinner); if it is a custom style, adjust the style to exclude the img tag; if it comes from the browser , you can try to use border: 0; outline: 0; to adjust.
First, simply confirm whether the lower border comes from the style (usually thicker) or from the browser (usually thinner); if it is a custom style, adjust the style to exclude the
img
tag; if it comes from the browser , you can try to useborder: 0; outline: 0;
to adjust.border: 0; outline: 0;
Is it a browser problem?