Plug in

Integrate Fotorama with your favorite framework, service, or CMS.

Wordpress

  1. Install Fotorama via the WordPress.org plugin directory.
  2. After activating Fotorama your galleries turn into fotoramas.
  3. 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"