Skip to content

Instantly share code, notes, and snippets.

@ryanhellyer
Created September 10, 2012 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanhellyer/3692314 to your computer and use it in GitHub Desktop.
Save ryanhellyer/3692314 to your computer and use it in GitHub Desktop.
Simple Colorbox settings
<?php
define( 'SIMPLECOLORBOX_THEME', 5 ); // Can choose from 1, 2, 3, 4 or 5
define( 'SIMPLECOLORBOX_OPACITY', 0.6 ); // Background opacity (0 to 1)
define( 'SIMPLECOLORBOX_WIDTH', 90 ); // Colorbox width (0 to 100%)
define( 'SIMPLECOLORBOX_HEIGHT', 90 ); // Colorbox height (0 to 100%)
define( 'SIMPLECOLORBOX_SLIDESHOW', null ); // Colorbox width (0 to 100%)Setting this to null will remove the slideshow
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment