• Resolved zitrusblau

    (@zitrusblau)


    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'
        );
      }
    • This topic was modified 7 years, 6 months ago by zitrusblau.

The topic ‘Gallery Settings Defaults (Columns + Image Size)’ is closed to new replies.