Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
un-responsify embeds for now
  • Loading branch information
tsm15002 committed Sep 21, 2016
1 parent ba04f8f commit af8f888
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions functions.php
Expand Up @@ -18,9 +18,8 @@ class StarterSite extends TimberSite {
add_filter( 'timber_context', array( $this, 'add_to_context' ) );
add_filter( 'get_twig', array( $this, 'add_to_twig' ) );

add_filter( 'embed_oembed_html', 'alx_embed_html', 10, 3 );
add_filter( 'video_embed_html', 'alx_embed_html' ); // Jetpack

//add_filter( 'embed_oembed_html', 'alx_embed_html', 10, 1 );

add_action( 'init', array( $this, 'register_post_types' ) );
add_action( 'init', array( $this, 'register_taxonomies' ) );
parent::__construct();
Expand Down

0 comments on commit af8f888

Please sign in to comment.