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
frameborder
can anybody help me
Shortcode comes in fusion core plugin.
fusion-core/shortcodes.php
findout add_shortcode('youtube', 'shortcode_youtube');
add_shortcode('youtube', 'shortcode_youtube');
remove frameborder from div under above shortcode.
Shortcode comes in fusion core plugin.
fusion-core/shortcodes.php
findout
add_shortcode('youtube', 'shortcode_youtube');
remove frameborder from div under above shortcode.