How to make images automatically scale to fit the interface size
Author:Eve Cole
Update Time:2009-06-25 17:41:30
How to make the picture automatically scale to fit the interface size, take out your Editplus, open the c_function.asp file, find the UBBCode function, there is the following statement on line 417
Add onload='javascript:if(this.width>400)this.width=400;', where 400 is to make images exceeding 400 smaller than 400. You can set the width yourself.
The following is what has been changed