Gönderen Konu: Smf Css İle Resim Boyutlandırma  (Okunma sayısı 3241 defa)

danua

  • Yönetici
  • Kıdemli Üye
  • *****
  • İleti: 311
  • Karma 65535
Smf Css İle Resim Boyutlandırma
« : 29 Eylül 2016, 15:05:16 »
Smf Css İle Resim Boyutlandırma

index.css de bu kodu bulup
Kod: [Seç]
.bbc_img
{
border: 0;
}

Bununla Değiştir
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;}
}

Linkback: Smf Css İle Resim Boyutlandırma
𐱅𐰇𐰼𐰚

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

Tags: