We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd690cc commit 01a6a0bCopy full SHA for 01a6a0b
resources/views/output.blade.php
@@ -1 +1 @@
1
-<img src="{{ $src }}" {!! $params !!} />
+<img src="{{ $src }}" {!! $render_params !!} />
src/Tags/BlurHash.php
@@ -79,7 +79,8 @@ public function index()
79
80
return view('statamic-blurhash::output', [
81
'src' => $this->decode($hash),
82
- 'params' => $this->renderAttributesFromParams(['image']),
+ 'params' => $this->params,
83
+ 'render_params' => $this->renderAttributesFromParams(['image']),
84
]);
85
}
86
0 commit comments