Viewing File: /home/fshjisk/voguearth/wp-content/plugins/fusion-builder/front-end/templates/fusion-lightbox.php

<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/html" id="tmpl-fusion_lightbox-shortcode">
<# if ( ! values.thumbnail_image ) { #>
<div class="fusion-builder-placeholder-preview">
	<i class="{{ icon }}" aria-hidden="true"></i> {{ label }} ({{ name }})
</div>
<# } else { #>
<a {{{ _.fusionGetAttributes( attr ) }}}>
	<img {{{ _.fusionGetAttributes( imgAttr ) }}}>
</a>
<# } #>
</script>
Back to Directory File Manager