Skip to content

Instantly share code, notes, and snippets.

View mingkyme's full-sized avatar
๐Ÿคฏ
Lots of work

Mingky Kim mingkyme

๐Ÿคฏ
Lots of work
View GitHub Profile
@lucasmontec
lucasmontec / unity16.9.css
Created May 5, 2018 20:55
Unity WebGL 16:9 responsive canvas - you can change the ratio by changing css padding
/* The style: */
#game:before {
display: block;
content: " ";
width: 100%;
padding-top: 56.25%;
}
#game {