Gallery Slider Block

using L and L in builder
The "Tangible Template" Block can be used to insert L&L markup or load templates in Gutenberg
L and L Elementor widget
The "Tangible Template" Widget can be used to insert L&L markup or load templates in Elementor
using L and L in BB
The "Tangible Template" Module can be used to insert L&L markup or load templates in Beaver Builder
L and L BB module
If you don't see the Tangible Templates module in Beaver Builder, make sure it's enabled in your settings!
Download .json file
<If check="{{ slider_gallery-ids }}">
  <div class="tt-slider-gallery tslider-pagination--{{ slider_pagination_type }}">
    <Slider>
      <Loop type=attachment include="{{ slider_gallery-ids }}">
        <Slide>
          <figure class="tt-slider-gallery__item">
            <img src="{Field url size=large}" alt="{Field alt}" class="wp-image-{Field id}" srcset="{Field srcset size=large}" sizes="{Field sizes size=large}" />
            <If field=caption><figcaption><Field caption /></figcaption></If>
           </figure>
        </Slide>
      </Loop>
    </Slider>
  </div>
</If>