Skip to content

Commit 7ea7980

Browse files
author
mrmrs
committed
Add svg, iframe, canvas to minified and unminified css.
1 parent 248f351 commit 7ea7980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/fluidity.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Responsive Utilities
66
77
*/
8-
img { max-width: 100%; }
8+
img, canvas, iframe, video, svg { max-width: 100%; }
99

1010
/* Wrap tables or pre elements in a div with this class */
1111
.overflow-container { overflow-y: scroll; -webkit-overflow-scrolling: touch; }

css/fluidity.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@charset "UTF-8";img{max-width:100%}.overflow-container{overflow-y:scroll;-webkit-overflow-scrolling:touch}
1+
@charset "UTF-8";img,canvas,iframe,video,svg{max-width:100%}.overflow-container{overflow-y:scroll;-webkit-overflow-scrolling:touch}

0 commit comments

Comments
 (0)