Alternate content by media
This is a feature request idea for Tiki9 or tiki10.
It would be nice to have a way to output certain content only for certain media
But maybe also by browser
- Firefox vs Chrome vs IE, etc.
Brainstorming
- Offline mode
- dompdf vs higher-end printing solution from Online Publishing House - Output formats
- EPUB
- etc.
Output plugin
{OUTPUT(media=print)}
This is the regular output (ex: regular size image)
{ELSE (media=mobile)}
Output for mobile devices (ex: Small image)
{ELSE}
This is the print version (ex: high-res image)
{OUTPUT}
Param for plugins
Perhaps a new plugin param?
{IMG(media=print)}
This image would only be shown in print mode
{IMG}
Override default params for plugins
For above to be truly useful, it would be nice to be able to Override default params for plugins.

Last Comments