ImageBundle icon indicating copy to clipboard operation
ImageBundle copied to clipboard

Problem generating cache image url with baseurl

Open chouex opened this issue 9 years ago • 0 comments

my symfony site url is http://host_name/project_path/

use image() in twig give wrong url like "/uploads/cache/xxx.gif" which should be "/project_path/uploads/cache/xxx.gif"

since asset() give right url (eg. /project_path/web/css/33335c7_abc_25.css)

chouex avatar Jul 07 '15 10:07 chouex