saber210
Supreme Member
- Sep 1, 2011
- 1,358
- 503
Im trying to use this plugin on my wordpress site: https://wordpress.org/plugins/gif-animation-preview/
The GIF is static and when you click it, the GIF will play.
The GIF is the featured image of the post but I cant make it work.
This is how my theme shows the featured image.
The GIF is continuously play in the homepage.
Any help is appreciated.
Thanks!
The GIF is static and when you click it, the GIF will play.
The GIF is the featured image of the post but I cant make it work.
This is how my theme shows the featured image.
Code:
if( has_post_thumbnail() ) { ?>
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID, 'thumbnail') ); ?>
<img src="<?php echo $url ?>" alt="<?php echo the_title(); ?>" />
<div class="entry-overlay"><span class="icon-fullscreen"></span></div>
The GIF is continuously play in the homepage.
Any help is appreciated.
Thanks!
Last edited: