This commit is contained in:
2026-05-15 18:33:51 +02:00
parent 3601be572f
commit c980004309
8442 changed files with 783630 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
<section id="slider" class="slider">
<div class="flexslider sliderCont">
<ul class="slides">
{foreach from=$arrayToEditBaner item=objHomeElementBaner key=keyHome}
{if $objHomeElementBaner->GetPhotoUrl()}
<li>
<div class="clearfix">
{if isset($indexSG)}
<img src="{$objHomeElementBaner->GetPhotoUrl()}" alt="" style="object-fit: cover; max-height: 650px;" />
{else}
{assign var=imageSlider value=$objHomeElementBaner->GetPhotoPath()}
{thumb file=$imageSlider longside=false shortside=false width="1200" height="290" link='false' crop=true }
{/if}
<div class="wrap">
<div class="desc-wrap">
<div class="desc" style="display: none;"><p style="opacity: 0; visibility: visible;">{$objHomeElementBaner->GetDescription()}</p>
</div>
<h3 style="opacity: 0; visibility: visible;">{$objHomeElementBaner->GetName()}</h3>
</div>
</div>
</div>
</li>
{/if}
{/foreach}
</ul>
</div>
</section>
{*<div class="parallax-window" data-parallax="scroll" data-image-src="{$urlStatic}/image/Strona/slider1.jpg" data-natural-width="1400" data-natural-height="900"> </div>*}