Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

scale to smaller of vh and vw

.autofit {
	width:100vh;
    height:100vh;
    max-width: 100vw;
    max-height: 100vw;
}
 
PREVIOUS NEXT
Tagged: #scale #smaller #vh #vw
ADD COMMENT
Topic
Name
8+5 =