aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/video-container.html
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02themes/default/layouts/partials/video-container: Avoid extraneous resource ↵tdro1-7/+6
copying Carefully refer directly to resource
2023-03-03config: Support offline mode0.11.11tdro1-2/+2
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-01-22themes/default/layouts: Tighten up the markuptdro1-8/+11
Might be able to get free computation..
2022-12-22themes/default/layouts/shortcodes/video: Add RSS versiontdro1-3/+4
Unify other helpers
2022-12-03themes/default/layouts/partials/video-container.html: Add fetch warningtdro1-2/+3
2022-12-03themes/default/layouts/shortcodes/video.html: Default to self always0.11.7tdro1-3/+18
To avoid hotlinking by mistake. Support media start and end fragments (https://www.w3.org/TR/media-frags/) separately. Add remote parameter for offloading to source
2022-10-11themes/default/layouts/partials/video-container: Don't leak <nil> into ↵tdro1-1/+5
source URL
2022-09-05themes/default/layouts/shortcodes/video: Set orientationtdro1-1/+3
2022-07-22themes/default/layouts/partials/video-container: Add FromString backtdro1-0/+1
Whoops, this is needed to set the entry point location of the remote resource.
2022-07-20themes/default/layouts/partials/video-container: Remove redundant FromStringtdro1-1/+0
2022-07-20themes/default/layouts: Ensure permalinks on outgoing assetstdro1-2/+2
RSS feed output adds double subdirectory causing 404s.
2022-07-10themes/default/layouts/shortcodes/video: Set default implicit titletdro1-0/+1
2022-06-25themes/default/layouts/shortcodes/video: Rename from Slug to RelURL at interfacetdro1-1/+1
2022-06-25themes/default/layouts/partials/video-container: Forge a reliable slug variabletdro1-1/+1
To prevent subdirectory path (if in use) from leaking into immutable link.
2022-06-25themes/default/layouts/partials/video-container: Don't duplicate contenttdro1-2/+1
Overwrite to same asset path to prevent duplicates. Will need to do this for images.
2022-06-25themes/default/layouts/partials/video-container: Store origin at media cache ↵tdro1-8/+10
path
2022-06-25themes/default/layouts/shortcodes/video: Try to not fetch again on cache busttdro1-10/+18
Use immutable link and check if already fetched.
2022-06-12themes/default/layouts/shortcodes/video: Rename controls to optionstdro1-1/+1
2022-06-12themes/default/layouts/partials/video-container: Add missing caption variabletdro1-1/+2
2022-06-12themes/default/layouts/partials/video-container: Source of truth for video ↵tdro1-0/+39
embeds Static videos with cached copy. Convert imgur short code into a video short code helper. Replace dynamic embed with static.