the Magnolia Media Module
the easiest way to organize and publish your digital assets with Magnolia CMS
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
-
Latest release: 4.2.1
License: GPLv3 - Download Sourceforge file download area
- Bugs and feature requests OpenmindLAB Jira
- Changelog See what's new in release 4.2.1
- Source code Subversion public url
- Javadocs Documentation for the release 4.2.1
- Taglibdoc Documentation for tags and EL functions
- Maven The dependency snippet for your pom