mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
awa
This commit is contained in:
parent
a0ef494ac5
commit
094cb16801
|
|
@ -12,7 +12,8 @@
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
sources: [
|
sources: [
|
||||||
{
|
{
|
||||||
src: attachment.url
|
src: attachment.url,
|
||||||
|
type: 'video/mp4'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}" />
|
}" />
|
||||||
|
|
@ -62,7 +63,8 @@
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
sources: [
|
sources: [
|
||||||
{
|
{
|
||||||
src: attachment.url
|
src: attachment.url,
|
||||||
|
type: 'video/mp4'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}" />
|
}" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue