Skip to content

Commit

Permalink
New screenshots and omitting the fullscreen theme
Browse files Browse the repository at this point in the history
  • Loading branch information
samargulies committed Mar 31, 2011
1 parent 1039837 commit b03209f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions galleria-galleria.php
Expand Up @@ -125,10 +125,12 @@ function galleria_galleria_admin_head() {
'value' => 'dots',
'label' => __( 'Dots' )
),
/*
'fullscreen' => array(
'value' => 'fullscreen',
'label' => __( 'Fullscreen' )
)
*/
);

$transition_options = array(
Expand Down
9 changes: 5 additions & 4 deletions readme.txt
Expand Up @@ -10,17 +10,18 @@ Transform standard WordPress galleries into galleria slideshows.

== Description ==

Galleria Galleria is a fork of [Photo Galleria](http://wordpress.org/extend/plugins/photo-galleria/) that is designed to minimize resources and selectively load javascript. I love how the Photo Galleria plugin was integrated into the Wordpress gallery system but I could not stand seeing so many resources load on every page when only one might contain a gallery. Galleria Galleria will only load javascript on pages that actually have a gallery. Beyond that, we will see what other improvements I can make to this plugin. I'm open for suggestions!

Galleria Galleria is a fork of [Photo Galleria](http://wordpress.org/extend/plugins/photo-galleria/) that is designed to minimize resources and selectively load javascript. I love how the Photo Galleria plugin was integrated into the Wordpress gallery system but I could not stand seeing so many resources load on every page when only one might contain a gallery. Galleria Galleria will only load javascript on pages that actually have a gallery.

== Installation ==

1. Upload the entire `photo-galleria` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. All existing galleries inserted using the [gallery] shortcode will now use Galleria Galleria.
2. Activate the plugin through the 'Plugins' menu in WordPress
3. All existing galleries inserted using the [gallery] shortcode will now use Galleria Galleria.

== Screenshots ==

1. The Galleria Galleria settings page
2. An example gallery
== Frequently Asked Questions ==

== Changelog ==
Expand Down
Binary file modified screenshot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b03209f

Please sign in to comment.