Remove frameborder in avada theme in youtube shortcode?

346 views Asked by At

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

1

There are 1 answers

0
AudioBubble On BEST ANSWER

Shortcode comes in fusion core plugin.

fusion-core/shortcodes.php

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

remove frameborder from div under above shortcode.