LiipImagineBundle
LiipImagineBundle copied to clipboard
Image not generating but the image link includes a resolve path.
Hello devs, I recently deployed a new project on a VPS using Nginx as my weberver. Locally, everything works but on production, it does not generate the images. This is my liip_imagine.yaml
liip_imagine: # valid drivers options include "gd" or "gmagick" or "imagick" driver: "gd" #resource: "@LiipImagineBundle/Resources/config/routing.yaml" resolvers: default: web_path: ~ loaders: default: filesystem: data_root: ~ webp: generate: false
`filter_sets:
cache: ~
my_thumb:
quality: 95
filters:
thumbnail: { size: [257, 183] }
ad_normal_size:
quality: 75
filters:
thumbnail: { size: [380, 270] }
ad_page_big:
quality: 90
filters:
thumbnail: { size: [380, 270] }
ad_page_normal:
quality: 90
filters:
thumbnail: { size: [253,180]}
small_on_homepage:
quality: 90
filters:
thumbnail: { size: [105, 75] }`
Thank you.
Can you edit your issue so that it formats correctly? using 3 backticks yaml, especially the liip config yaml
small_on_homepage:
quality: 90
filters:
thumbnail: { size: [105, 75] }`
also, post your flysystem.yaml