Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Apr 2, 2021
1 parent 9ed6bf3 commit f69a56f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ composer require simba77/ckeditor-media-embed
$providers = [
new \Simba77\EmbedMedia\Providers\Youtube(
[
'classes' => 'embed-responsive embed-responsive-16by9',
'max_width' => '100%',
'classes' => 'embed-responsive embed-responsive-16by9',
'styles' => [
'max-width' => '100%',
'width' => '100%',
],
]
),
];
Expand Down

0 comments on commit f69a56f

Please sign in to comment.