Add responsive Video Embeds
Add Responsive video embed to your site by using the Page Builder.
add_action('wp_enqueue_scripts', function () { if (!is_page()) { return; } global $post; if (!$post || $post->post_name !== 'klone-tshirt') { return; } wp_enqueue_style( 'klone-tshirt-builder', get_stylesheet_directory_uri() . '/assets/css/klone-tshirt-builder.css', array(), filemtime(get_stylesheet_directory() . '/assets/css/klone-tshirt-builder.css') ); wp_enqueue_script( 'klone-tshirt-builder', get_stylesheet_directory_uri() . '/assets/js/klone-tshirt-builder.js', array(), filemtime(get_stylesheet_directory() . '/assets/js/klone-tshirt-builder.js'), true ); });
Add Responsive video embed to your site by using the Page Builder.