i have using following shortcode.
[youtube id="" width="" height="" autoplay="" api_params="" class=""]
When i add this shortcode frameborder comes in iframe.
i need to remove frameborder
can anybody help me
i have using following shortcode.
[youtube id="" width="" height="" autoplay="" api_params="" class=""]
When i add this shortcode frameborder comes in iframe.
i need to remove frameborder
can anybody help me
Comments are closed.
Shortcode comes in fusion core plugin.
fusion-core/shortcodes.php
findout
add_shortcode('youtube', 'shortcode_youtube');
remove frameborder from div under above shortcode.