Today, I found out that this problem was found. Why are the pictures covered with scroll bars? Even if it is a very small picture, it is normal to change to FF. I suspect it was caused by IE7. I searched online and found that there is really a solution. Brothers and sisters who use LBS like me, please update their BLOG. It is really terrible under IE7.
Find the file in the class directory and modify 132 lines.
Just replace it with the above code
Find the file in the class directory and modify 132 lines.
Copy the codeThe code is as follows:
var newStr='<div style="width: 100%;"><a href="'+strURL+'" target="_blank"><img src="'+strURL+'" onload="javascript:if(>600)=600;" alt="+strURL+" /></a></div>';
Just replace it with the above code