解決background-attachment:fixed在ios中失效

body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(path/to/image) center 0 no-repeat;
  background-size: cover;
}

留言

這個網誌中的熱門文章

PHP讀資料庫的資料,保留換行及空格

fabric.js 教學 (隨便紀錄)

FACEBOOK 自訂分享圖片及內容至塗鴉牆