
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

/** This are the options for the iframe. See all possible options in the documenation 
 *  or standalone-advanced-iframe.php 
 */
$iframeStandaloneOptions = array(
   'id' => 'example2',
   'name' => 'example2',
   'src' => 'http://examples.tinywebgallery.com/example1u2/screenshot.html', 
   'width' => '1000',
   'height' => '2000',
   'show_part_of_iframe' => 'true', 
   'show_part_of_iframe_x' => '290',
   'show_part_of_iframe_y' => '670',
   'show_part_of_iframe_width' => '570',
   'show_part_of_iframe_height' => '320',
   'enable_lazy_load' => 'true',
   'show_iframe_loader' => 'true' 
);    
?>