Mobirise slider RWD顯示問題

  1. 將height的值改為 auto; 或者
  2. 加入以下css
    .image_wrapper {
    height: auto;
    width: auto;
    position: relative;
    display: inline-block;
    }
    .image_wrapper img {
    width: 100%;
    height: auto;
    }