First I want to say thank you for finally making uploaded videos responsive:
Thats awesome! WooHoo
responsive.mp4
But unfortunately this comes with a BUG...: (view in full screen to properly see it)
Videos now get stretched to a width of 700px even if they are much smaller... see examples below (same video different resolutions: 1600w; 700w; 350w; 174w)
ex No 1: 1600x750 (downsized to 700px in width / correct)
01_1600.mp4
ex No 2: 700x328 (size stays at 700px width / correct)
02_700.mp4
ex No 3: 350x164 (stretched to 700px in width / incorrect)
03_350.mp4
ex No 4: 174x82 (stretched to 700px in width / incorrect)
04_174.mp4
Below are examples on how it should look like: (I could achieve this by putting the video into a cell which prevents the video from stretching beyond its actual resolution)
1600x750
01_1600.mp4
700x328
02_700.mp4
350x164
03_350.mp4
174x82
04_174.mp4
Additional suggestion:
currently videos are limited only in width (700px), so two videos can't be placed next to each other in fullscreen and vertical videos with an aspect ratio of 9:16 are 1245px tall, which is way too big for a full-hd-screen with a max height of 1080px. That might not be that big of a problem on a mobile device since you can simply just switch orientation by rotating the device but you can't do that on your home pc with your monitor or laptop.
- I would suggest to decrease the max width from 700px to something between 505px and 530px which would 1. make it possible to post two videos next to each other in fullscreen and 2. would not cut off the top/bottom of a 9:16 video anymore, in fullscreen.
- The same could be achieved by limiting the height to 900px or less.