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 937444f commit 9cfbf8dCopy full SHA for 9cfbf8d
resources/views/legacy/partial/c-cover.blade.php
@@ -22,8 +22,8 @@
22
<div class="[ lazy ] [ c-cover__image ]"></div>
23
@else
24
<div class="[ c-cover__image ]" style="
25
- @if($image) style="background-image:url('{!! $image !!}') @endif
26
- @if($background_color) style="background-color:{{ $background_color }} @endif
+ @if($image) background-image:url('{!! $image !!}'); @endif
+ @if($background_color) background-color:{{ $background_color }}; @endif
27
"></div>
28
@endif
29
0 commit comments