Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html image scale to fit

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}

 
PREVIOUS NEXT
Tagged: #html #image #scale #fit
ADD COMMENT
Topic
Name
7+4 =