removed blur from hero parallax on home

master
Benjamin Völkl 2024-01-12 20:19:17 +01:00
parent f7e7dad1a5
commit 6b6910a03b
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@
@stop @stop
@section('content') @section('content')
<div class="block" style="height: 100%;"> <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" :blur="false"/>
<x-img src="{{$cover}}" data-speed="-1" class="img-parallax" alt="{{config('settings.name')}} Cover" loading="eager"/>


<div class="d-none d-lg-flex" style="margin-top: 10%; margin-bottom: 8%;"> <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); <div class="p-3 rounded container" style="width: 45vw; background: rgba(255, 255, 255, 0.2);