• Resolved Alex1989

    (@alex1989)


    Hey folks,
    Firstly, I wanna say that I’m appreciate your work a lot and thanks for yours effort.

    I’m running a wordpress website with a lot of videos and I’m using your plugin and even I customized it a little bit (rutube). I’m trying to adding a thumbnails for animated GIFS but without success.

    My regex is:

    // Regex strings
    	public $regexes = array(
    	    '#<img(.*?)>#e' //
    	);

    But it doesn’t detecting the image..

    Can you please help?

    Thanks a lot!

    https://www.ads-software.com/extend/plugins/video-thumbnails/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    You would have to add a highly customized class to add support for GIFs. Because the plugin typically operates by detecting a video ID and then using the ID to determine the thumbnail’s URL. Also, If your GIF is already hosted on your server you would be uploading a second copy if you have saving to media library enabled.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Just realized this github issue is you, glad to hear you’ve figured it out.

    Thread Starter Alex1989

    (@alex1989)

    Yes I succeed,
    thanks a lot to your plugin!

    btw – I think next update should include instagram thumbnails ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘create thumbnails for GIF images’ is closed to new replies.