Video thumbs in gallery view
-
Hi there, we’re exploring using RT Media, I wondered if you could help, I’m just looking at my gallery, and my video thumbnails are being replaced in my gallery (profile gallery) with a default video image thumbnail, which would prevent us from using the plugin as this would stand out like a sore thumb for front end users. I was looking at media-item-gallery.php, is this the correct templ to remove this issue and display the proper featured thumb for each attachment instead of your default image, so that we can use the plugin? I had a play around but nothing worked and I couldn’t find any examples, how would we go about that?
Thanks
<div class="rtmedia-item-thumbnail"> <?php echo wp_kses( rtmedia_duration(), $allowed_html ); ?> <img src="<?php rtmedia_image( 'rt_media_thumbnail' ); ?>" alt="<?php echo esc_attr( apply_filters( 'rtmc_change_alt_text', $alt_text, $rtmedia_media ) ); ?>"> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Video thumbs in gallery view’ is closed to new replies.