Skip to content

Commit

Permalink
choose_bigger_image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestecker committed Mar 7, 2018
1 parent e833307 commit 6a3eb29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/VideoEmbedderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class VideoEmbedderService extends Component
public function getInfo($url)
{
return Embed::create($url, [
'min_image_width' => 1280,
'min_image_height' => 720,
'choose_bigger_image' => true,
'parameters' => [],
]);
}
Expand Down

0 comments on commit 6a3eb29

Please sign in to comment.