removed blur from hero parallax on home
parent
f7e7dad1a5
commit
6b6910a03b
|
@ -23,8 +23,7 @@
|
|||
@stop
|
||||
@section('content')
|
||||
<div class="block" style="height: 100%;">
|
||||
<!--<img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" />-->
|
||||
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager"/>
|
||||
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager" :blur="false"/>
|
||||
|
||||
<div class="d-none d-lg-flex" style="margin-top: 10%; margin-bottom: 8%;">
|
||||
<div class="p-3 rounded container" style="width: 45vw; background: rgba(255, 255, 255, 0.2);
|
||||
|
|
Loading…
Reference in New Issue