「Stylesheet」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
11行目: 11行目:
  
  
[[Category:html]]
+
[[Category:stylesheet]]

2014年8月8日 (金) 16:36時点における版

Youtube iframe のサイズを可変にする

image のサイズをウインドウの大きさに合わせる

img {
    max-width:100%;
    width:auto; //IE用
    height:auto;
}