Guillaume M.
Guillaume M.
Hi everyone, In my case, Chrome, Opera and Firefox are OK (top), Safari is really darken (bottom) :  Trying to change the 'color-interpolation-filters' but I can't have...
Hi! Unfortunately, the [example](https://rawgit.com/json-editor/json-editor/master/docs/upload.html) doesn't work. I've got large files, so I can't use base64, I have to upload files on the server. I've got this schema: ``` "Image": {...
Hi, I upgraded to 2.6.1 and it seems this schema doesn't work anymore since 2.0.0 alpha 0 : ``` "Image": { "type": "string", "format": "url", "options": { "upload": true },...
@schmunk42 Yep, sorry !
Of course. I have a list of terms which also include their own translations :  In ACF options, I can only select the default language (French) : 
Yes, for example: French post :  English post :  But, the “Custom fields” setting in PolyLang has to be [turned off](https://support.advancedcustomfields.com/forums/topic/polylang-and-custom-fields/), so your plugin only select the default...
Hi Bruno! > how are you calling the janitor job? panel button or CLI? By the panel button.  > is it the browser...
> I got this to work with a custom component. Inside a component you can access other core components such as the Html Component, which lets you access the current...
The difference of the size is very important, 66ko (Timber) versus 232ko (ImageMagick). There is `lossless` parameter in the [ImageMagick documentation](https://imagemagick.org/script/webp.php), maybe PHP ignore this?
Ok, [it's a new feature](https://php.watch/versions/8.1/gd-webp-lossless): > In PHP 8.1, the GD extension supports lossless encoding, and declares a new PHP constant IMG_WEBP_LOSSLESS which can be passed to imagewebp function to...