Video only displaying the Screenshot from the Video.
-
Good day,
How can I use the plugin for this theme?
Video only displaying the Screenshot from the Video.I have several content pages.
https://www.fabthemes.com/siren/
<?php $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url( $thumb,'full' ); //get full URL to image (use "large" or "medium" if the images too big) $image = aq_resize( $img_url, 980, 500, true ); //resize & crop the image ?> <?php if($image) : ?> <a class="fancybox" href="<?php echo $img_url ?>"><img class="scale postimg" src="<?php echo $image ?>"/></a> <?php endif; ?> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'web2feel' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content -->
Thank you for your support.
Chris
- The topic ‘Video only displaying the Screenshot from the Video.’ is closed to new replies.