the Magnolia Media Module
the easiest way to organize and publish your digital assets with Magnolia CMS
"how to use simplemedia from a developer point of view"
how to display a media in a page
All can be done using the <media> tag library, which contains tag and EL functions
The basic tag/functions are:
<media:media>
can be used to embed images, videos, ...
${media:url(medianode)}
can be used to get the url for the image for the UUID
${media:urlres(medianode,'100x100')}
generates the image at the requested resolution, cache it, and return the urls
For more information on media tag please read taglibdocs
other resolutions

configurable media types

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