3243ce6e0a
## Issue 6068 ## Change Lock all images to fit a 16:9 container. We have implemented 'ZoomableImg', so no reason in trying to display in full size. This reduces CLS from 0.4xx to 0.01x. ## Flaws CLS could probably be zero if not for the spinner shifting things slightly. Also, mobile CLS is 0.07. The troublesome part in this PR is that FileRenderInitiator, FileRender and their subcomponents are broken apart and it's hard to synchronize their visibility and size. There are time gaps where none of them are visible, etc. This PR only tackles the major part (most bang for buck), which is the elimination of variable height of the rendered image. ## Aside I think `claimIsMine` is unused, so don't waste time requesting it. |
||
---|---|---|
.. | ||
index.js | ||
view.jsx |