Adding webm playback to UI
This commit is contained in:
parent
bd5ad304ba
commit
5342629a0a
3 changed files with 28 additions and 2 deletions
|
@ -18,7 +18,7 @@ child :account do
|
|||
end
|
||||
|
||||
child :media_attachments, object_root: false do
|
||||
attributes :id, :remote_url
|
||||
attributes :id, :remote_url, :type
|
||||
|
||||
node(:url) { |media| full_asset_url(media.file.url) }
|
||||
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue