enflow-fotorama
v4.7.1
Published
Fork by Enflow. Changes: - Add's support for alt/title data attributes on the images
Downloads
1,571
Readme
Fotorama source
Fork by Enflow. Changes:
- Add's support for alt/title data attributes on the images
There is nothing for non-coders. Take the latest and ready-to-use Fotorama on its website:
http://fotorama.io/set-up
How to build
First, ensure that you have the latest Node.js and npm installed.
Test that Grunt’s CLI is installed by running grunt --version
. If the command isn’t found, run npm install -g grunt-cli
. For more information about installing Grunt, see the getting started guide.
- Fork and clone the repo.
- Run
npm install
to install all dependencies (including Grunt). - Run
grunt
to grunt this project.
Hack on by running grunt watch
and editing files in the src/
subdirectory.
The built version of Fotorama will be put in the dist/
.
Submitting pull requests
- Create a new branch, please don’t work in your
master
branch directly. - Add stuff.
- Push to your fork and submit a pull request to Fotorama’s
develop
branch.
Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.
Supported by