i am using the last version of macro with the last version of pagebuilder . When i use the optimize css option from macro, the image desappear .
When looking at the source while css is not compressed, the image is retrieved from this path :
https://www.mysite.com/images/2018/05/10/myimage.jpg
when css optimization is on, the image path is changed to :
https://www.mysite.com/media/com_sppagebuilder/css//images/2018/05/10/myimage.jpg
and it is then 404