Jim Blue

Results 35 issues of Jim Blue

**Resizing Image: Long Edge and Short Edge** This is extremely handy when having landscape and portrait photo. Should automatically adjust the rest of the dimensions.

I have a `config/statamic/seo-pro.php` file with the following config: ```php 'assets' => [ 'assets' => [ 'container' => 'assets', 'twitter_preset' => [ 'w' => 1200, 'h' => 600, ], 'open_graph_preset'...

Hi there! It could be nice to have an option to add the meta name robots to disallow crawling: `` Maintenance page shouldn't be crawl by search engine.

Hi I was wondering if you could update vendor phpfastcache as is two year old in your project. https://github.com/PHPSocialNetwork/phpfastcache/releases Thank you

I don't see where is the benefit of using phpfastcache over grav internal cache? To be always up to date and to allow user to clear cache it would make...