Konu
wp image resizer
05-03-2010, 22:24:02
#3
Kawasaki
img
{
max-width:900px;
width: expression(this.width > 900 ? 900: true);
}
Ben bu şekilde boyutlandırıyorum boşuna eklenti ile fazladan yük binmesin siteye
Stil Sayfası
(style.css)
En Altına