HEX
Server: Apache
System: Linux host60.registrar-servers.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: wwwrenee (3804)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/wwwrenee/public_html/wp-content/plugins/insta-gallery/templates/item/item.php
<div id="insta-gallery-item-<?php echo esc_attr( $item['id'] ); ?>" class="insta-gallery-item insta-gallery-cols-<?php echo esc_attr( $feed['columns'] ); ?> <?php echo ( $feed['layout'] == 'carousel' ) ? ' swiper-slide nofancybox' : ''; ?>" data-item="<?php echo htmlentities( json_encode( $item ), ENT_QUOTES, 'UTF-8' ); ?>" data-elementor-open-lightbox="no">
	<div class="insta-gallery-item-wrap">
		<?php
		if ( ( $item['file_type'] == 'video' ) ) {
			$image = $item['videos']['standard'];
			$video = $item['videos']['standard'];
			include QLIGG_Frontend::template_path( 'item/item-video.php' );
		} else {
			include QLIGG_Frontend::template_path( 'item/item-image.php' );
		}
		?>
	</div>
</div>