You can purchase this plugin through the link below.
Updates for this plugin are free!
The plugin download link will be provided within one day
(usually less than 6 hours) 39 € fixed price
|
<plugin name="easy_html_lightbox" url="plugins/easy_html_lightbox.js" keep="true" devices="html5" include_jquery="true" include_lightbox="true" theme="dark" background_color="#1e1e1e" />
Attribute name | Type | Default value | |
include_jquery | Boolean | "true" | |
---|---|---|---|
|
|||
Attribute name | Type | Default value | |
include_lightbox | Boolean | "true" | |
|
|||
Attribute name | Type | Default value | |
theme | string | "dark" | |
|
|||
Attribute name | Type | Default value | |
background_color | string | "#1e1e1e" | |
|
Action name |
open_url('URL',width*,height*,'title*','Use_Postprocessing_Plugin','*parent_layer') |
---|
plugin[easy_html_lightbox].open_url('https://krpano.com'); plugin[easy_html_lightbox].open_url('https://krpano.com',640,480,'Krpano Website'); plugin[easy_html_lightbox].open_url('https://krpano.com','','','',true); plugin[easy_html_lightbox].open_url('https://krpano.com','','','','','layer[sidebar]'); plugin[easy_html_lightbox].open_url('https://responsivedesign.is/examples/;http://www.responsivewebdesign.co.uk/'); <hotspot name="spot_2" style="skin_hotspotstyle" ath="0" atv="15" onclick="plugin[easy_html_lightbox].open_url('https://krpano.com/?v=2&test=2',640,360,'Test Title',true);" /> <layer name="bsp01" style="button" align="centertop" x="0" y="50" width="80%" height="30" html="Open URL" onclick="plugin[easy_html_lightbox].open_url('https://krpano.com');" /> |
Action name |
play_video('URL',width*,height*,'title*','Use_Postprocessing_Plugin') |
plugin[easy_html_lightbox].play_video('demo_files/demo.mp4'); plugin[easy_html_lightbox].play_video('https://www.youtube.com/watch?v=fJcl6Gw1D8k',640,480,'Test Video'); plugin[easy_html_lightbox].play_video('https://vimeo.com/279629299','','','',true); <hotspot name="spot_2" style="skin_hotspotstyle" ath="0" atv="15" onclick="plugin[easy_html_lightbox].play_video('demo_files/demo.mp4',640,360,'Test Title',true);" /> <layer name="bsp01" style="button" align="centertop" x="0" y="50" width="80%" height="30" html="Open URL" onclick="plugin[easy_html_lightbox].play_video('demo_files/demo.mp4');" /> |
Action name |
open_image('URL',width*,height*,'title*','Use_Postprocessing_Plugin') |
plugin[easy_html_lightbox].open_image('demo_files/demo-1.jpg'); plugin[easy_html_lightbox].open_image('demo_files/demo-2.jpg',640,360,'Test Title',true); plugin[easy_html_lightbox].open_image('demo_files/demo-3.jpg;demo_files/demo-4.jpg;demo_files/demo-2.jpg;demo_files/demo-1.jpg'); <hotspot name="spot_2" style="skin_hotspotstyle" ath="0" atv="15" onclick="plugin[easy_html_lightbox].open_image('demo_files/demo-1.jpg');" /> <layer name="bsp01" style="button" align="centertop" x="0" y="50" width="80%" height="30" html="Open Slideshow" onclick="plugin[easy_html_lightbox].open_image('demo_files/demo-3.jpg;demo_files/demo-4.jpg;demo_files/demo-2.jpg;demo_files/demo-1.jpg');" /> |
Action name |
open_inline('HTML_element_ID',width*,height*,'title*','Use_Postprocessing_Plugin') |
plugin[easy_html_lightbox].open_inline('sample-content'); plugin[easy_html_lightbox].open_inline('sample-content',640,360,'Test Title',true); <hotspot name="spot_2" style="skin_hotspotstyle" ath="0" atv="15" onclick="plugin[easy_html_lightbox].open_inline('sample-content');" /> <layer name="bsp01" style="button" align="centertop" x="0" y="50" width="80%" height="30" html="Open element" onclick="plugin[easy_html_lightbox].open_inline('sample-content');" /> |
Action name |
open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT','WIDTH','HEIGHT') |
open_infobox_popup('Sample Title','image.jpg','Sample title here Sample title here <br/> Sample title here Sample title here','300px','400px'); |
Action name |
open_zoomable_image('title','URL') |
plugin[easy_html_lightbox].open_zoomable_image('Test Title','demo_files/demo-1.jpg'); |