I did worked with the plugin YAPB (also possible with standard WordPress thumbnail but needs bit of code moding) and used this setting in the arrays of JW player.
It might be not fully automated but you can control your introduction image.
<?php if ($post->image): ?>
'image': '<?php echo $post->image->getThumbnailHref(array('w=400','h=276','q=95','zc=1','fltr[]=usm|30|0.5|3')) ?>',
<?php else: ?>
'image': '<?php echo get_stylesheet_directory(); ?>/img/no-image-video.jpg',
<?php endif; ?>
Related Posts:
- Generating Thumbnails for video
- Problem with JWplayer. Video is missing?
- Managing and Playing Large videos
- WordPress 3.1: Videoplayer implemented?
- oEmbed vimeo with add_query_arg parameters not inserted to HTML
- Add video from youtube in post
- Vimeo videos not working
- Adding a video description in a similar way to a image caption
- Best Practices for Video Uploads to WordPress
- How to use the new wp_read_video_metadata function
- oEmbed not working in WordPress
- How to play amazon S3 videos in wordpress 3.6?
- Viddler oEmbed not working with specified width
- WordPress 3.6 Video shortcodes in template
- How to play a video without using plugin?
- How to embed local video in a wordpress post
- Adding video to a WordPress website [closed]
- tags disappear on pages (but not on posts!)
- Are self-hosted videos a good idea? [closed]
- VideoJS in a Widget?
- How to add a download link to a video from WP media library?
- Optimal method for organizing videos by topics discussed?
- Uploaded video store in video folder
- How do I add “live thumbnails” or slideshow like thumbnails?
- WordPress 5.2.1: Embed video is not working. Showing video link on fronted
- Problem with video url from ad manager
- Cant play videos
- Slider Revolution video on autoplay doesn’t start
- Video link not working in Internet Explorer
- Hide video & make a clickable play button icon on header
- Different custom header video on different pages
- How to install ffmpeg extension for php 5.6.25 for wp video posts plugin?
- Update a Post after a user uploads a video
- mp4 video preview
- Why doesn’t WordPress make thumbnails for videos?
- Page will only display first 6 videos
- Find Videos Inside a Post
- How to fetch all videos in custom page which uploaded in wp-admin (Media) in wordpress
- How to Insert Self-Hosted Video in WordPress Post
- Videos in posts are not rendered
- Resizing built-in wordpress video not working! [closed]
- Remove lines in video
- Strange video appears in background on Safari only [closed]
- Video header works only on previews, but not on published pages
- videojs – No compatible source was found for this media in wordpress app
- My website suddenly won’t play any videos
- How do I resize an image using PIL and maintain its aspect ratio?
- How to change thumbnails for WordPress pages (KakaoTalk)
- WordPress custom thumbnail size
- WordPress custom thumbnail size
- How To Change Default Image Thumbnail Sizes in WordPress
- How to disable WordPress from creating thumbnails?
- Setting a post’s featured image from an embedded YouTube video
- set_post_thumbnail_size vs add_image_size
- Do_Shortcode not working for Embed
- How To Delete Desired Image Sizes From wp-content/uploads?
- How to set thumbnail image for a (child) theme
- the_post_thumbnail responsive srcset not populating with custom image size
- Set custom name for generated thumbnails
- New image size version only for the Featured Image file
- wp_get_attachment_image_src always returns full-sized image
- Add Title Attribute to WordPress Image the_post_thumbnail
- Is there a hook which fires after all thumbnails are generated?
- How can I upload video, generate thumbnail and convert to different formats?
- Get first video from the post (both embed and video shortcodes)
- How to Delete All regenerated thumbnails but keep the original ones?
- Thumbnails of same size with different crop
- Replace audio/video enclosure with player?
- Make thumbnails in woocommerce replace the main image instead of opening fancybox
- Implementing “Video of the Day” Feature?
- How to Replace YouTube Videos with a “Click to Play” Thumbnail?
- Make a video post redirect to next post after completion
- get_the_post_thumbnail_url with an unregistered size
- Cropped featured image replaces original image in gallery
- Settings in ‘Media > Settings’ is ignored when inserting images
- How do I delete all generated images from my server except those currently used in posts
- image_resize in wp3.5 change to wp_get_image_editor and wont work
- Why is wp_get_attachment_image_src returning wrong dimensions? [duplicate]
- Using Advanced Custom Fields with WordPress and Lightbox
- How to set global variable in functions.php
- Display only posts with thumbnail using WP_Query
- Stop wordpress from creating multiple size images
- getting video dimensions
- Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
- retrieve thumbnail from post ID of best selling product in category
- Videos via the video shortcode are always 640px wide?
- Show Video in Excerpt
- Can I attach a document (eg: PDF) but have a JPEG as a thumbnail?
- How to add new embed handler not supported by oembed
- How to handle valueless attributes in shortcodes?
- Can WordPress crop only the post thumbnails?
- How to overwrite youtube embed?
- WP REST – video and audio players
- Is it possible to generate JPEG progressive thumbnails?
- WordPress remove EXIF Data from specific Thumb
- Completly disable and remove Thumbnails?
- Add Thumbnail to wp_list_categories()
- Query the post which have a thumbnail
- Adding a photo to each WP user
- Adding uploaded images to editor from metabox instead of default popup uploader