[Plugin: Video Thumbnails] Full size images being placed instead of thumbnails? Help?
-
Hi! I have a theme that already uses image thumnails with the featured image, although nothing would show when the post only contained a video from YouTube or Vime. So I found this wonderful plug-in!
Plugin loaded, it’s pulling the URLs, it’s adding the image to the posts, BUT not as thumbnails, it adds them as huge full size images. Would anyone be able to help with where exactly to place the code
<?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) { echo "<img src='" . $video_thumbnail . "' />"; } ?>
so that it works properly, as a thumbnail image?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘[Plugin: Video Thumbnails] Full size images being placed instead of thumbnails? Help?’ is closed to new replies.