How to get Vimeo video thumbnails?
How to get Vimeo video thumbnails? You can use the Vimeo thumbnail generator http://video.depone.eu/ or a PHP code below.
How to get Vimeo video thumbnails? You can use the Vimeo thumbnail generator http://video.depone.eu/ or a PHP code below.
Facebook share says “Not Found Back to Facebook” using Elated Themes error can be fix by using this codes below. Just edit this code in social-share.php file located in your theme folder/framework/modules/shortcodes/socialshare/social-share.php For more detailed information, please read this article https://elated.ticksy.com/ticket/761189.
How to access/download mp4 files of vimeo videos? Using this URL https://player.vimeo.com/video/169074515/config, where 169074515 is the video ID, using https://player.vimeo.com/video/169074515/config will show all video information. See the sample codes below. Here’s the sample MP4 video URL your can download or use in your custom video player. Example video output:
How to disable zoom in/zoom out on google map iframe tag? Just use style=”pointer-events:none” inline CSS. see example below. Output:
How to add, remove, replace a classes in image using the_post_thumbnail()? Let’s say we have this classes in image object. To replace the class name “to-be-replace”, copy this code to your functions.php Output is: