if ( ! $primary ) {
        $videos = get_attached_media( 'video', $post_id );
        if ( empty( $videos ) ) {
            return;
        }