✏️ 正在编辑: fusion-youtube.php
路径:
/home/lssfapb/www/wp-content/plugins/fusion-builder/front-end/templates/fusion-youtube.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Underscore.js template * * @package fusion-builder * @since 2.0 */ ?> <script type="text/html" id="tmpl-fusion_youtube-shortcode"> <div {{{ _.fusionGetAttributes( attr ) }}}> <div {{{ _.fusionGetAttributes( attrSrc ) }}}> <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>
💾 保存文件
← 返回文件管理器