wpuzman
WordPress Developer
Kullanıcı
-
Üyelik
13.01.2017
-
Yaş/Cinsiyet
33 / E
-
Meslek
Yazılım
-
Konum
Trabzon
-
Ad Soyad
B** M**
-
Mesajlar
2771
-
Beğeniler
293 / 949
-
Ticaret
33, (%100)
Hocam zaten dışında div varmış. Şu şekilde düzenledim kendime göre ama garip birşey oldu :)
@keyframes zoomYapBaba {
from {width:180px; height:180px;}
to {width:190px; height:190px;}
}
@keyframes zoomOutBaba {
from {width:190px; height:190px;}
to {width:180px; height:180px;}
}
.attachment-featured.size-featured.wp-post-image{
width:180px;
height:180px;
animation:zoomOutBaba;
animation-duration: 0.4s;
}
.attachment-featured.size-featured.wp-post-image:hover{
animation:zoomYapBaba;
animation-timing-function: ease-out;
animation-duration: 0.4s;
width:180px;
height:180px;
}
#page .featured-thumbnail {
width:180px;
height:180px;
overflow:hidden;
}
-
Üyelik
04.10.2014
-
Yaş/Cinsiyet
32 / E
-
Meslek
Tasarımcı
-
Konum
Ankara
-
Ad Soyad
M** A**
-
Mesajlar
791
-
Beğeniler
96 / 374
-
Ticaret
1, (%100)
.featured-thumbnail koduda overflow:hidden ekle.
.attachment-featured.size-featured.wp-post-image koduna da transition: 250ms eklersen efekt daha güzel olur.
1 kişi bu mesajı beğendi.
wpuzman
WordPress Developer
Kullanıcı
-
Üyelik
13.01.2017
-
Yaş/Cinsiyet
33 / E
-
Meslek
Yazılım
-
Konum
Trabzon
-
Ad Soyad
B** M**
-
Mesajlar
2771
-
Beğeniler
293 / 949
-
Ticaret
33, (%100)
.featured-thumbnail kodunda overflow:hidden zaten var ama.
wpuzman
WordPress Developer
Kullanıcı
-
Üyelik
13.01.2017
-
Yaş/Cinsiyet
33 / E
-
Meslek
Yazılım
-
Konum
Trabzon
-
Ad Soyad
B** M**
-
Mesajlar
2771
-
Beğeniler
293 / 949
-
Ticaret
33, (%100)
O şekilde yapmıyorum ben. Google chrome un canlı css düzenleyici eklentisiyle yapıyorum.