# HG changeset patch # User Goffi # Date 1512438987 -3600 # Node ID 08e0d1f8542c6e4c2eba6bf5b898a6d0aea7b7e8 # Parent 6ce9647011b3b1d336a325e300bc25966ef376a7 server (legacy blog): set max-width: 100% for videos diff -r 6ce9647011b3 -r 08e0d1f8542c themes/default/styles/blog.css --- a/themes/default/styles/blog.css Fri Dec 01 01:08:25 2017 +0100 +++ b/themes/default/styles/blog.css Tue Dec 05 02:56:27 2017 +0100 @@ -205,6 +205,10 @@ max-width: 100%; } +video { + max-width: 100%; +} + .mblog_title img { max-width: 800px; max-height: 150px;