array(), 'gallery_columns' => array(), 'gutter' => array(), 'animate_on_scroll' => false, 'animation_effects' => '', 'image_size' => '', ), $settings ) ); $class = 'stratum-masonry-gallery'; $gallery_id = uniqid( 'gallery-' ); $options = [ 'columns' => $gallery_columns['size'], 'gutter' => $gutter['size'], 'animate' => ($animate_on_scroll == 'yes' ? true : false) ]; ?>
$image ) { $data_img = $this->_get_image_attributes( $image[ 'id' ] ); $url = wp_get_attachment_image_url( $image[ 'id' ], $image_size ); $srcset = wp_get_attachment_image_srcset( $image[ 'id' ], $image_size ); $caption = wp_get_attachment_caption( $image[ 'id' ] ); ?>
<?php
							echo esc_attr( $data_img[ 'alt' ] ); ?>