This website requires JavaScript.
Explore
Help
Sign In
nikrozman
/
element-web
Watch
1
Star
0
Fork
0
You've already forked element-web
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
43ab6074c99a7290c260f5eff26930398e24d621
element-web
/
src
/
components
/
structures
History
Matthew Hodgson
43ab6074c9
sacrifice a herd of goats to correctly size the remote video element when on a call. turns out flexbox isn't smart enough to let us say that the minimum height of the element should be the (scaled) intrinsic height of the video stream, and that the max height should be ~80% of the height of the normal timeline. so we fudge it with JS instead, which turns out to work fine. after a lot of poking at flexbox i'm fairly convinced this is a fundamental limitation: the implicit height of the video tag can only be used as the minimum height of the auxPanel if you give up on the flexbox shrink/grow being able to constrain it too. there's a chance I made a mistake, but whatever, this works well enough.
2015-12-13 04:32:48 +00:00
..
login
Use LoginHeader everywhere
2015-12-01 16:29:58 +00:00
CreateRoom.js
Move and merge CreateRoom
2015-11-30 10:55:15 +00:00
MatrixChat.js
Add magic flag to say 'dump pending events to the end'
2015-12-07 15:33:58 +00:00
RoomView.js
sacrifice a herd of goats to correctly size the remote video element when on a call. turns out flexbox isn't smart enough to let us say that the minimum height of the element should be the (scaled) intrinsic height of the video stream, and that the max height should be ~80% of the height of the normal timeline. so we fudge it with JS instead, which turns out to work fine. after a lot of poking at flexbox i'm fairly convinced this is a fundamental limitation: the implicit height of the video tag can only be used as the minimum height of the auxPanel if you give up on the flexbox shrink/grow being able to constrain it too. there's a chance I made a mistake, but whatever, this works well enough.
2015-12-13 04:32:48 +00:00
UploadBar.js
svgize images
2015-12-06 22:07:49 +00:00
UserSettings.js
Add UserSettings structure
2015-11-30 15:52:41 +00:00