friendsofvictoire / picturecomparator-widget
Victoire PictureComparator widget
Installs: 2 329
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
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;
}
}