Skip to content

Commit

Permalink
Remove crop from twill image source obj
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrckvzn committed Oct 1, 2021
1 parent 844e504 commit 233ff70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public function sources($sources)

$this->sources[] = [
"mediaQuery" => $source['media_query'] ?? $source['mediaQuery'],
"crop" => $source['crop'],
"image" => $this->mediaSrcService->generate(
$source['crop'],
$source['width'] ?? null,
Expand Down

0 comments on commit 233ff70

Please sign in to comment.