Can’t make the videos responsive on Loop
-
Hi,
Once I installed the plugin, it didn’t work out of the box in the theme post loop, so I added a line or two of code, but I can’t for the love of god get the videos to be responsive…
here’s the code:
<div class="post-img-wrapp"> <a href="<?php echo esc_url( get_permalink() ); ?>"> <?php if (has_post_video ()) { echo get_the_post_video( $post_id, 'medium'); } else { echo basel_get_post_thumbnail( 'large' ); } ?> </a> </div>
What can I do?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can’t make the videos responsive on Loop’ is closed to new replies.