Gallery Settings Defaults (Columns + Image Size)
-
Hey,
it would be nice to be able to change the default settings for the gallery design:
- columns count (default 3)
- image size (default thumbnail)
Either by settings or by filter hook.
Gallery manager pro uses this in /classes/post-type.php:
static function getDefaultMeta(){ return Array( 'columns' => 3, 'image_size' => 'thumbnail' ); }
The topic ‘Gallery Settings Defaults (Columns + Image Size)’ is closed to new replies.