I hereby claim:
- I am martinjohnyoung on github.
- I am martinjohnyoung (https://keybase.io/martinjohnyoung) on keybase.
- I have a public key ASAMrbHCcT0jpk5-1bQ7bL38v6SLE-9Ar67Ge2XgcrBT_Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| function funkshun_responsive_videos($html, $url, $attr, $post_id) { | |
| return '<div class="video-wrapper">' . $html . '</div>'; | |
| } | |
| add_filter('embed_oembed_html', 'funkshun_responsive_videos', 99, 4); | |
| ?> |