Images - Security Design
136
page-template-default,page,page-id-136,page-child,parent-pageid-121,theme-bridge,woocommerce-no-js,ajax_fade,page_not_loaded,,columns-4,qode-theme-ver-16.7,qode-theme-bridge,wpb-js-composer js-comp-ver-4.12,vc_responsive
 

Images

Image

[tabs]
[tab title=”Parameters” icon=”check” icon_color=”#3cabce”]

Parameters

[divider_line]
[list icon=”check” color=”blue”]

  • size: small,medium,large (optional)
  • link (optional)
  • icon: zoom,play,doc (optional)
  • lightbox: true,false (optional)
  • title (optional)
  • align: left,right,center (optional)
  • group (group for lightbox) (optional)
  • width (optional)
  • height (optional)

[/list]
[/tab]
[tab title=”Shortcode Option Panel” icon=”check” icon_color=”#3cabce”]

Shortcode Option Panel

[divider_line]
[image source_type=”attachment_id” source_value=”2807″ caption=”Image Shortcode Options Panel” alt=”Image Shortcode Options Panel” align=”center” icon=”zoom” width=”594″ autoHeight=”true” quality=”100″ lightbox=”true” title=”Image Shortcode Options Panel”]
[/tab]
[/tabs]

[divider_top]

Samples

Image With Different Size

[divider_line]
[image size=”small”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]

[code]
[image size=”small”]your image src[/image]
[/code]

[image size=”medium”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image size=”medium”]your image src[/image]
[/code]

[image size=”large”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]

[code]
[image size=”large”]your image src[/image]
[/code]

[divider_top]

Image With Different Icon

[divider_line]

[image icon=”zoom”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image icon=”zoom”]
your image src
[/image]
[/code]

[image icon=”doc”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image icon=”doc”]
your image src
[/image]
[/code]

[image icon=”play”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image icon=”play”]
your image src
[/image]
[/code]

[image icon=”link”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image icon=”link”]
your image src
[/image]
[/code]

[divider_top]

Image With Lightbox Support

[image icon=”zoom” lightbox=”true” title=”Demo”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image icon=”zoom” lightbox=”true” title=”Your Image Title”]your image src[/image]
[/code]

[divider_top]

Image With Video

[image title=”Your Video Title” icon=”play” lightbox=”true” link=”http://vimeo.com/15068747″]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/image]
[code]
[image title=”Your Video Title” icon=”play” lightbox=”true” link=”http://vimeo.com/15068747″]your image src[/image]
[/code]

[divider_top]

Picture Frame

[picture_frame title=”the title”]http://strikingrwptheme.com/democontent/wp-content/uploads/sites/31/2010/09/aussiegall_621370589.jpg[/picture_frame]
[code]
[picture_frame title=”your picture title”]your picture src[/picture_frame]
[/code]