Hi there,
I’m creating a site that is using only grayscale images.
The site has a video section.
I’ve used the brilliant Antenna plugin to create my YouTube thumbnails.
I’ve also used the brilliant CE Image to create my grayscale static images.
What I’m trying to do is to combine Antenna and CE Image to create grayscale YouTube thumbnails.
Here’s my code:
<div class="thumbnail">
{exp:antenna url='{youtube_video_url}' max_width="297" max_height="165" cache_minutes="120" youtube_rel="0"}
{exp:ce_img:pair src="{video_thumbnail}"}
{made}
{/exp:ce_img:pair}
{/exp:antenna}
</div>Antenna on its own is working well.
CE Image on its own is also working well.
The two used as shown above is not outputting anything.
Any ideas are appreciated!