<?php
/**
* Jetpack Compatibility File.
*
* @link https://jetpack.com/
*
* @package infinity-mag
*/
/**
* Jetpack setup function.
*
* See: https://jetpack.com/support/responsive-videos/
*/
function infinity_mag_jetpack_setup() {
// Add theme support for Responsive Videos.
add_theme_support( 'jetpack-responsive-videos' );
}
add_action( 'after_setup_theme', 'infinity_mag_jetpack_setup' );