Support » Plugin: Featured Video Plus » Video replaces featured image, but not alignment or responsiveness.

  • When I have the video set to “replace featured image with video on click”, it replaces the image, but it does not align left or respond responsively like the featured image it is replacing.

    The featured image is styled to align left in the page template if that makes a difference.

    <?php if ( has_post_thumbnail() ) {
    the_post_thumbnail(‘full’, array(‘class’ => ‘alignleft’));
    }

    https://wordpress.org/plugins/featured-video-plus/

Viewing 1 replies (of 1 total)
  • Thread Starter wsmith03

    (@wsmith03)

    Found a solution – .featured_video_plus{float:left;margin:10px 20px 10px 0px;”} in the style sheet of my theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Video replaces featured image, but not alignment or responsiveness.’ is closed to new replies.