friendsofvictoire / picturecomparator-widget
This package is abandoned and no longer maintained.
No replacement package was suggested.
Victoire PictureComparator widget
Package info
github.com/FriendsOfVictoire/VictoireWidgetPictureComparatorBundle
Type:symfony-bundle
pkg:composer/friendsofvictoire/picturecomparator-widget
2.2.0
2019-08-27 15:27 UTC
Requires
- php: >=5.3.3
- victoire/victoire: >=2.3.0|~3.0
This package is not auto-updated.
Last update: 2021-12-21 22:42:06 UTC
README
What is the purpose of this bundle
This bundle implements the [zurb twentytwenty picture comparison slider] (http://zurb.com/playground/twentytwenty)
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the bundle :
Run the following composer command :
php composer.phar require friendsofvictoire/picturecomparator-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\PictureComparatorBundle\VictoireWidgetPictureComparatorBundle(),
);
return $bundles;
}
}