diff --git a/app/static/css/style.css b/app/static/css/style.css index ea0cac1..1bae742 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -136,9 +136,13 @@ video, .poster { border: 1px solid blueviolet; margin-bottom: 4px; } +.annotation img { + max-width: 100%; +} @media(max-width:768px) { - .annotation a img { + .annotation img { width: 100%; + max-width: 100%; } }