embed_defaults size not working anymore
-
Hi
Thank you for the plugin
I digged inside the code and saw you unregistered the youtube default embedProblem is I use a hook to modify the size of the embed and it is erased as well :
add_filter( 'embed_defaults', 'bigger_embed_size'); function bigger_embed_size($embed) { return array( 'width' => 650, 'height' => 390, ); }
I wrote some js in order to bypass it but it’s really a dirty method
Thank you for your help ??https://www.ads-software.com/plugins/hide-youtube-related-videos/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘embed_defaults size not working anymore’ is closed to new replies.