image
image copied to clipboard
img render size issue
<nuxt-img loading="lazy" class="absolute left-64 top-5 ml-5 hidden scale-65 md:block lg:left-120 lg:top-9 lg:ml-2 lg:scale-100" src="/img/icons/shape_bounding_box.svg" alt="" />
<img loading="lazy" class="absolute left-64 top-5 ml-5 hidden scale-65 md:block md:shrink-0 lg:left-120 lg:top-9 lg:ml-2 lg:scale-100" src="/img/icons/shape_bounding_box.svg" alt="" />
The two render sizes are different.
The img tag always appears correctly, but nuxt-img does not appear properly when the viewport is smaller than the largest screen.
Why is it?