wordpress - Remove frameborder in avada theme in youtube shortcode? -


i have using following shortcode.

[youtube id="" width="" height="" autoplay="" api_params="" class=""] 

when add shortcode frameborder comes in iframe.

i need remove frameborder

can me

shortcode comes in fusion core plugin.

fusion-core/shortcodes.php

findout add_shortcode('youtube', 'shortcode_youtube');

remove frameborder div under above shortcode.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -