هذا الكود لتصغير الصور بدون اى اضرار وتم التجربة على
منتديات المجاردة
وهذا هو الكود
رمز PHP:
/* BEGIN Image resize */
#posts IMG
{
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 400 ? "400px" ...