html img tag Why does image for resizing appear when loading images
I use html to write the WeChat official account, but when I select the image to load in WeChat, image for resizing appears instead of displaying the image
phpcn_u15822017-05-16 13:40:14
It may be that WeChat handles it for you. Before loading the image, the alt attribute of all img tags is assigned the value "image for resizing", which is the alternative text before the image appears.