Set max-width for <video> on CMS pages
This commit is contained in:
@@ -89,4 +89,12 @@
|
||||
margin-bottom: @margin-sm;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
videos
|
||||
*/
|
||||
video {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user