refactor: remove bg from image slider

staging
abhisheks 2024-01-03 14:24:31 +05:30
parent 8e2f8aa91f
commit 67af6e19bf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
{foreach from=$homeslider.slides item=slide name='homeslider'}
<li class="carousel-item {if $smarty.foreach.homeslider.first}active{/if}" role="option" aria-hidden="{if $smarty.foreach.homeslider.first}false{else}true{/if}">
<a href="{$slide.url}">
<figure class="relative h-auto lg:h-screen bg-gray-50">
<figure class="relative h-auto lg:h-screen">
<img class="w-full h-full object-contain md:object-cover" src="{$slide.image_url}" alt="{$slide.legend|escape}">
{if $slide.title || $slide.description}
<figcaption class="caption absolute left-1/2 md:left-1/2 bottom-0 top-0 right-1/5 flex flex-col justify-center">