منتديات رحيل لكل العرب

منتديات رحيل لكل العرب (https://r7il.com/vb/)
-   قسم تطوير المواقع ومحركات البحث والسيو Seo والووردبريس WordPress (https://r7il.com/vb/f20/)
-   -   كود تصغير الصور مع المحافظه على جودة الصورة (https://r7il.com/vb/t4495/)

القيصر 05-05-2019 03:39 PM

كود تصغير الصور مع المحافظه على جودة الصورة
 
السلام عليكم


كود تصغير الصور مع المحافظه على جودة الصورة

اضف هذا الكود في بداية

تعاريف CSS الإضافية

كود:
/* BEGIN Image resize */
#posts IMG
{
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 400 ? "400px" : true);
}

#collapseobj_threadreview IMG {
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 400 ? "400px" : true);
}
/* END Image resize */


الساعة الآن 12:14 AM

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2010, Crawlability, Inc. TranZ By Almuhajir

Security team