rubenlagus / Telegraph

Easy to use library to interact with Telegra.ph
https://telegram.me/JavaBotsApi
MIT License
32 stars 10 forks source link

How to modify styles? #7

Open prog-ape opened 1 year ago

prog-ape commented 1 year ago

.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%; }