We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a0d31 commit 4f019afCopy full SHA for 4f019af
src/LightboxDisplayer.php
@@ -35,6 +35,10 @@ public function zooming()
35
36
public function display(array $options = [])
37
{
38
+ if (empty($this->value)) {
39
+ return '';
40
+ }
41
+
42
$server = array_get($options, 'server');
43
$width = array_get($options, 'width', 200);
44
$height = array_get($options, 'height', 200);
0 commit comments