Art Modern Zoom

Art Modern Zoom is a plugin that can add a zoom in effect to your content.


Installation

Install the extension using standard Joomla! installation procedure (Extensions -> Install/Uninstall).

Setup

Install the extension using standard Joomla! installation procedure (Extensions -> Install/Uninstall).

The next step is to insert the plugin code in the article where you want to add the gallery.

Using the shortcode

Images

{artmodernzoom}<img src="images/yourimage.jpg">{/artmodernzoom}

Inline Content

{artmodernzoom}your inline content{/artmodernzoom}

Shortcode Options
Option Type Notes
targetsize float Default value is 0.9. Accepts 0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9,1.0. Zoomed size relative to the container element.
scalemode string Default value is both. Accepts width, height, both. Scale content to screen based on their size
duration integer Default value is 450. Animation duration.
easing string Default value is ease. Accepts ease, linear, ease-in, ease-out, ease-in-out. Easing of animation, similar to css transition params.
nativeanimation boolean Default value is true. Accepts true or false. Use browser native animation in webkit, provides faster and nicer animations but on some older machines, the content that is zoomed may show up as pixelated.

Other articles in this category...

# Article Title
1Art Modern Zoom - Getting Started