PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
jetpack
/
modules
/
tiled-gallery
/
tiled-gallery
/
templates
<?php foreach ( $rows as $row ) : ?> <div class="gallery-row" style="width: <?php echo esc_attr( $row->width ); ?>px; height: <?php echo esc_attr( $row->height ); ?>px;" data-original-width="<?php echo esc_attr( $row->width ); ?>" data-original-height="<?php echo esc_attr( $row->height ); ?>" > <?php foreach ( $row->groups as $group ) : ?> <div class="gallery-group images-<?php echo esc_attr( count( $group->images ) ); ?>" style="width: <?php echo esc_attr( $group->width ); ?>px; height: <?php echo esc_attr( $group->height ); ?>px;" data-original-width="<?php echo esc_attr( $group->width ); ?>" data-original-height="<?php echo esc_attr( $group->height ); ?>" > <?php foreach ( $group->items( $needs_attachment_link, $grayscale ) as $item ) : ?> <?php $this->partial( 'item', array( 'item' => $item, 'link' => $link, ) ); ?> <?php endforeach; ?> </div> <!-- close group --> <?php endforeach; ?> </div> <!-- close row --> <?php endforeach; ?>
[-] circle-layout.php
[edit]
[-] rectangular-layout.php
[edit]
[+]
..
[+]
partials
[-] carousel-container.php
[edit]
[-] square-layout.php
[edit]