faq

can i link videos from other providers than youtube?

Yes, if you have the url to the flv file. For example Blip.tv give the links to the flv file and to a preview image.

We are working to integrate many other providers (like vimeo), using their own API and their own player.

how can i render an image if i want it to have a fixed width of i.e. 200px without limit on height?

The trick is to use the "fit" resize modality and specify a very high value for the height. For example, using the el functions:

<c:set var="mediaNode" value="${content.mediaUUID}" />
<c:set var="url" value="${media:urlres(mediaNode, 'l200x99999')}" />
<img src="${pageContext.request.contextPath}${url}" />

 

Project info & quick links