diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/home/advertisements/advertisement-four.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/home/advertisements/advertisement-four.blade.php index 1e08d457f..6722f1850 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/home/advertisements/advertisement-four.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/home/advertisements/advertisement-four.blade.php @@ -1,6 +1,7 @@ @php $isRendered = false; $advertisementFour = null; + $isLazyLoad = ! isset($lazyload) ? true : ( $lazyload ? true : false ); @endphp @if ($velocityMetaData && $velocityMetaData->advertisement) @@ -21,27 +22,39 @@
@if ( isset($advertisementFour[0])) - + @endif
@if ( isset($advertisementFour[1])) - + @endif @if ( isset($advertisementFour[2])) - + @endif
@if ( isset($advertisementFour[3])) - + @endif
@@ -53,23 +66,35 @@