You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
So far the files that do not show correctly are: .mp4, .webm, .mpeg - Video formats .woff, .woff2, .otf - Font formats
Problem
These formats flat out do not load, except .mp4 which loads alright when previewing.
Solution
Video
Generate the first frame of the video when using video formats and use that as thumbnails.
For the preview, the only thing I can think of is converting the file unless there is a good NPM package out there.
Font
Display the alphabet in upper and lowercase in the given font in the preview.
For thumbnails, use the fonts rendition of "Aa".
Specs
CacheMonkey 1.0.7, commit 8439335
Microsoft Windows 10 Home Version 10.0.17134 Build 17134
So far the files that do not show correctly are:
.mp4,.webm,.mpeg- Video formats.woff,.woff2,.otf- Font formatsProblem
These formats flat out do not load, except
.mp4which loads alright when previewing.Solution
Video
Generate the first frame of the video when using video formats and use that as thumbnails.
For the preview, the only thing I can think of is converting the file unless there is a good NPM package out there.
Font
Display the alphabet in upper and lowercase in the given font in the preview.
For thumbnails, use the fonts rendition of "Aa".
Specs
CacheMonkey 1.0.7, commit 8439335
Microsoft Windows 10 Home Version 10.0.17134 Build 17134