Summary
The README is currently too slow to load and, in some cases, does not finish loading at all. This appears to be caused mainly by very large embedded PNGs and GIFs. That makes the repository harder to show to others and reduces the usefulness of the README.
Problem
The README includes several large media files, especially GIFs, which make the page unacceptably slow to load. Setting width="100%" only changes display size in the browser and does not reduce the actual file size downloaded by the user.
Why this matters
Multiple times, the README has been too slow to load when trying to show it to other people. This is counter productive and needs to be fixed before the final version.
Tasks
Candidate media to review
./readme/output.gif
./readme/ghost.gif
./readme/camera_move.gif
./readme/shaking.gif
./readme/parking.gif
./readme/video_in_video.gif
Suggested outcome
The final README should:
- load reliably and quickly
- avoid oversized embedded media
- remain easy to browse and present to others
- preserve examples while using lighter assets
Summary
The README is currently too slow to load and, in some cases, does not finish loading at all. This appears to be caused mainly by very large embedded PNGs and GIFs. That makes the repository harder to show to others and reduces the usefulness of the README.
Problem
The README includes several large media files, especially GIFs, which make the page unacceptably slow to load. Setting
width="100%"only changes display size in the browser and does not reduce the actual file size downloaded by the user.Why this matters
Multiple times, the README has been too slow to load when trying to show it to other people. This is counter productive and needs to be fixed before the final version.
Tasks
Candidate media to review
./readme/output.gif./readme/ghost.gif./readme/camera_move.gif./readme/shaking.gif./readme/parking.gif./readme/video_in_video.gifSuggested outcome
The final README should: