Loading Cloudinary images through a function which is strange given you’re passing the image URL as a parameter
Going to the URL directly https://res.cloudinary.com/relentz3d/image/upload/t_relent/v1694794457/Wallpapers/01-10/urban_tetris_desktop.webp&w=774&h=400 shows a message that says the image cannot be displayed because it contains errors. Removing the width and height parameters from the URL works.
Ah, I see what you mean.
I had set configured a width and height via a layout that the wallpaper pages use.
Going to remove it and try building it again.