This commit is contained in:
aprilthepink 2025-02-05 20:06:46 +01:00
parent a0ef494ac5
commit 094cb16801

View file

@ -12,7 +12,8 @@
preload: 'auto',
sources: [
{
src: attachment.url
src: attachment.url,
type: 'video/mp4'
}
]
}" />
@ -62,7 +63,8 @@
preload: 'auto',
sources: [
{
src: attachment.url
src: attachment.url,
type: 'video/mp4'
}
]
}" />