We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2718465 commit 9bcd51cCopy full SHA for 9bcd51c
1 file changed
Core/Image/Transformation.php
@@ -97,7 +97,7 @@ public function build()
97
'fetch_format' => (string)$this->fetchFormat,
98
'quality' => (string)$this->quality ?: null,
99
'crop' => (string)$this->crop,
100
- 'gravity' => (string)$this->gravity ?: null,
+ 'gravity' => (string)$this->gravity ?: '',
101
'width' => $this->dimensions ? $this->dimensions->getWidth() : null,
102
'height' => $this->dimensions ? $this->dimensions->getHeight() : null,
103
'dpr' => (string)$this->dpr,
0 commit comments