Telegraph
Telegraph copied to clipboard
How to modify styles?
.figure_wrapper video { opacity: 1; transition: opacity .15s ease; max-height: 690px; }
changed to
.figure_wrapper video { opacity: 1; transition: opacity .15s ease; max-height: 100%; }