Caesar
ich bin /root
Kullanıcı
-
Üyelik
24.08.2015
-
Yaş/Cinsiyet
39 / E
-
Meslek
Bilgisayar Mühendisi
-
Konum
İstanbul Anadolu
-
Ad Soyad
O** B**
-
Mesajlar
837
-
Beğeniler
77 / 558
-
Ticaret
10, (%100)
@media screen and (max-width:1023px){iframe{border:0;padding:0;margin:0;width:100%;height:auto;vertical-align:bottom;}}
css ye ekle bi bunu öyle dene.
Olmadı alttakini dene;
@media screen and (max-width:1023px){iframe{display:none;}}
>/dev/null 2>&1
55504
WM Aracı
Anonim Üyelik
-
Üyelik
15.10.2015
-
Yaş/Cinsiyet
- /
-
Meslek
-
Konum
-
Ad Soyad
** **
-
Mesajlar
117
-
Beğeniler
8 / 36
-
Ticaret
1, (%100)
$(document).on("pageinit", function()
{
if ($('iframe').length > 0) {
window.addEventListener('orientationchange', function(){
plWidthHeight(screen.width, screen.height);
});
plWidthHeight(ww, wh);
}
}
function plWidthHeight(width, height) {
height = (width > height ? (width / 2.4) : (width / 1.8));
//$('#plx iframe').css({'width': width + 'px', 'height': height + 'px'});
$('#plx iframe').attr('width', width).attr('height', height);
}
kodları kendi temana göre düzenlersen iframe boyutunu ayarlayabilirsin.