Images webp March 30, 2023, 03:14:41 PM I did some tests on an older version of phprad and it didn't load webp images. We are going to redo the company's system but all the images are in webp. already supported? Quote Selected
Re: Images webp Reply #1 – March 31, 2023, 11:30:50 AM Hi, if you set Image in List/View Page Field Properties -> DisplayType and it does not work, change it to Custom and apply your html code to display your webp image. Quote Selected
Re: Images webp Reply #2 – March 31, 2023, 11:49:34 AM Good morning, but phprad does not even accept image upload. I would like to do all the processing of images with webp and those that are not in this format will be converted. is there any solutionw Quote Selected
Re: Images webp Reply #3 – March 31, 2023, 01:05:29 PM As for conversion, you will have to write your code to handle it. For the issue of .webp not being accepted, have you set its extension to be accepted on the configuration for that field? Quote Selected
Re: Images webp Reply #4 – April 07, 2023, 09:19:45 PM Yes, image upload is set to images. If inserting the webp address directly into the database, phprad does not display the image in the preview Quote Selected