http://www.zhangxinxu.com/wordpress/2015/03/css3-object-position-object-fit/
.box { width: 160px; height: 160px; margin: 10px 0 20px; background-color: #beceeb; overflow: hidden; resize: both; }
.box > img {width: 100%; height: 100%; background-color: #cd0000;}
.fill { object-fit: fill; }
.contain { object-fit: contain; }
.cover { object-fit: cover; }
.none { object-fit: none; }
.scale-down { object-fit: scale-down; }
熱門文章
-
以下範例都在321/index3.html中 1. 套件: swiper.jquery.min.js 2. css : swiper.css 3. 布局 <div class="swiper-container"...
-
1.套件:sweetalert2 2.$(function() { $('p').bind('click', function(event) { swal({ title: ...
-
<script src="@Url.Content("~/Scripts/jquery.waypoints.min.js")"></script> <script src="@Url.Co...
所有文章
技術提供:Blogger.
0 意見:
張貼留言