WP Manifestindependent plugin directory
manifest / media / ditch-the-gif

Ditch the GIF

A WordPress plugin to implement looping videos in a GIF like fashion but without the expensive bandwidth and cpu usage.

by Kevin Clark · github.com/thisbailiwick/ditch-the-gif · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/thisbailiwick/ditch-the-gif/archive/refs/heads/master.zip

Readme

Ditch the GIF

Ditch the GIF is a plugin to implement looping videos in a GIF like fashion but without the expensive bandwidth and cpu usage.

Use

  • Download or clone the repo and upload to your WP sites plugin folder.
  • Activate!
  • DtF uses a shortcode to add the video to the page.
  • DtF will take your video file and output it as a <video> tag with these attributes loop playsinline muted autoplay. These attributes allow the videos to be autoplayed on desktop and mobile devices which support autoplay when the video is muted (even iOS and Android).
  • If autoplay is not supported the first frame of the video will be shown.

Limitations

  • For the moment DtG only supports mp4 files.

Read the full README on GitHub →