Plug in
Integrate Fotorama with your favorite framework, service, or CMS.
Wordpress
- Install Fotorama via the WordPress.org plugin directory.
- After activating Fotorama your galleries turn into fotoramas.
- Say Hi to Fotorama!
Ruby on Rails
To use Fotorama with Assets Pipeline in Ruby on Rails, add fotoramajs gem to Gemfile
:
gem "fotoramajs"
Include Fotorama to your scripts:
#= require fotorama
...and styles:
@import "fotorama"