Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
/ faf-compare Public archive

Wordpress plugin for image compare based on twentytwenty

License

Notifications You must be signed in to change notification settings

fafiebig/faf-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED - DO NOT USE IT ANY LONGER!

faf-compare

Wordpress Plugin for Image Compare based on TwentyTwenty. Show images before/after comparison of your WordPress images.

Zurb Twenty Twenty

Installation

  • Unzip and upload the plugin to the /wp-content/plugins/ directory
  • Activate the plugin in WordPress
  • Use the editor button or [compare before="id of image" after="id of image"] to show comparison.

Installation with composer

  • Add the repo to your composer.json
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/fafiebig/faf-compare.git"
    }
],
  • require the package with composer
composer require fafiebig/faf-compare 1.*