I have started using CE Image and it’s a wonderful plugin. I can get it to work fine and have used it to place watermarks. However now I have to insert it into a place that is already referencing a channel variable and I can’t get it to all parse correctly (I’m a php neophyte), just get a broken link.
This happens to be inside an html5 video tag. I should add that using the ce image works fine in another place, and the video works fine without the ce image manipulation inserted.
This is simply to get a play icon onto the poster image. I tried it with all double quotes, double on the outside, single on the inside, and now this. Nada. Any help with this would be appreciated.
<video width="640" height="360" preload="auto" poster='{exp:ce_img:pair src="/images/uploads/site/playbutton75.png" parse="inward" width="75" height="75" crop="no"}
{exp:ce_img:single src="{image}" watermark="{made}|0,0|80|center,bottom|0,-50"}
{/exp:ce_img:pair}'>
<source src="{video_mp4}" type="video/mp4" >
<source src="{video_ogv}" type="video/ogg" >
<source src="{video_webm}" type="video/webm" >
<object width="640" height="360" type="application/x-shockwave-flash" data="/js/flashmediaelement.swf">
<a href="{image}ZB8Qh4LDuKtz63xQbGOpPPpx0MzU2wU0typography_img_src_end width=640 height=360 alt=Flash does not seem to be working on your system. title=No video playback capabilities, please use a modern browser such as Chrome or Safari ">{image}ZB8Qh4LDuKtz63xQbGOpPPpx0MzU2wU0typography_img_src_end width=640 height=360 alt=Flash does not seem to be working on your system. title=No video playback capabilities, please use a modern browser such as Chrome or Safari </a>
</object>
</video>