Gönderen Konu: Smf Resim Boyutlandırma  (Okunma sayısı 3092 defa)

danua

  • Yönetici
  • Kıdemli Üye
  • *****
  • İleti: 311
  • Karma 65535
Smf Resim Boyutlandırma
« : 30 Mayıs 2017, 22:42:16 »
index.css de bu kodu bulun
Kod: [Seç]
.bbc_img
{
border: 0;
}

Alttaki Kodlarla Ddğiştirin

Kod: [Seç]
.bbc_img
{
    width:300px;
border: 0;
}
.bbc_img:hover
{   
animation: zoomInPhoto 3s 1 linear;
-moz-animation: zoomInPhoto 3s 1 linear;
-webkit-animation: zoomInPhoto 3s 1 linear;
-o-animation: zoomInPhoto 3s 1 linear;
width:70%;
opacity:1;
cursor:pointer;
}

@keyframes zoomInPhoto{
0% {width:50%; height:50%; opacity:0.3;}
50% {width:60%; height:60%; opacity:0.7}
100% {width:70%; height:70%; opacity:1;}
}

@-moz-keyframes zoomInPhoto{
0% {width:50%; height:50%; opacity:0.3;}
50% {width:60%; height:60%; opacity:0.7}
100% {width:70%; height:70%; opacity:1;}
}

@-webkit-keyframes zoomInPhoto{
0% {width:50%; height:50%; opacity:0.3;}
50% {width:60%; height:60%; opacity:0.7}
100% {width:70%; height:70%; opacity:1;}
}

@-o-keyframes zoomInPhoto{
0% {width:50%; height:50%; opacity:0.3;}
50% {width:60%; height:60%; opacity:0.7}
100% {width:70%; height:70%; opacity:1;}
}


Yükseklik ve Genişlik Ayarlarınızı Kendinize Göre Düzenleyebilirsiniz.
Linkback: Smf Resim Boyutlandırma
« Son Düzenleme: 30 Mayıs 2017, 22:46:06 Gönderen: danua »
𐱅𐰇𐰼𐰚

Sitelerim
:::::::::::::::::::
telkaricim.com

Tags: