Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 1.99 KB

README.md

File metadata and controls

95 lines (64 loc) · 1.99 KB
title date tags
Web
2018-06-22 08:02:07 -0700
web
javascript
html
html5
css
css3

WEB

JavaScript

CSS

object-fit

[0, 2] 3*0  0 = index / 3
//[3, 5] 3*1  1 = index / 3
[6, 8] 3*2. 2 = index / 3
//[9, 11]
[12, 14]

6*Math.floor(index/6) <= index <= 2 + 6*Math.floor(index/6)