Skip to content

Commit

Permalink
Merge pull request #574 from UN-OCHA/UNO-860-payload
Browse files Browse the repository at this point in the history
chore: Update MediaValet payload
  • Loading branch information
attiks authored Nov 18, 2024
2 parents 9043693 + 42659bf commit 0a6d6ee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ public function createDirectLink(string $asset_uuid) : MediaValetData {
$payload = [
'RenditionSettings' => [
'Size' => [
'Type' => 'Original',
'Type' => 'Widescreen1080p',
'width' => NULL,
'height' => NULL,
],
'Format' => 'MP4',
],
Expand Down

0 comments on commit 0a6d6ee

Please sign in to comment.