I updated CGExtensions and CGSmartImage to versions 1.37.2 and 1.12 respectively and instead of my site, i see my CSS file. Uninstalling CGSmartImage makes my site appear without any styling. CGSmartImage works perfectly when used in my template, but since the update i cannot use it in my stylsheets. I see no indication of change of usage in the module description.
This is how i use it in the stylesheet and it completely breaks my site:
Code: Select all
background-image: url([[CGSmartImage src='uploads/theme/img/pageHeaderBG.png' filter_resize='w,1020,1' filter_crop='70,l,c']]);
Same code in template which works:
Code: Select all
{CGSmartImage src='uploads/theme/img/pageHeaderBG.png' filter_resize='w,1020,1' filter_crop='70,l,c'}
Any ideas?