• File: fusion-youtube.php
  • Full Path: /home/docteuh/www/plugins/fusion-builder/front-end/templates/fusion-youtube.php
  • Date Modified: 11/20/2023 6:12 PM
  • File size: 478 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Underscore.js template
 *
 * @package fusion-builder
 * @since 2.0
 */

?>
<script type="text/html" id="tmpl-fusion_youtube-shortcode">
<div {{{ _.fusionGetAttributes( attr ) }}}>
	<div class="video-shortcode">
		<iframe title="{{ title_attribute }}" src="https://www.youtube.com/embed/{{ id }}?wmode=transparent&autoplay=0{{{ api_params }}}" width="{{ width }}" height="{{ height }}" allowfullscreen allow="autoplay; fullscreen"></iframe>
	</div>
</div>
</script>