HEX
Server: LiteSpeed
System: Linux server214.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: bigisxfd (746)
PHP: 8.4.15
Disabled: NONE
Upload Files
File: /home/bigisxfd/public_html/wp-content/plugins/advanced-iframe-custom/hide_fullscreen.html
<style>
img.ai-fullscreen-open {
  width: {width} !important;
  height: {height} !important;
  cursor: pointer;
}

img.ai-fullscreen-open:hover { 
  transform: scale(1.1); 
}

img.ai-fullscreen-close { 
  z-index:100005;
  position:fixed;
  width: {width} !important;
  height: {height} !important;
  cursor:pointer;
  display:none; 
}

img.ai-fullscreen-close-{id} { 
  {x_style}: {x_distance};
  {y_style}: {y_distance};
}

img.ai-fullscreen-close:hover { 
  transform: scale(1.1); 
}
</style>
<img class="ai-fullscreen-open" src="{plugin_url}img/fullscreen_open.png" data-id="{id}" />
<img class="ai-fullscreen-close ai-fullscreen-close-{id}"  src="{plugin_url}img/fullscreen_close.png" />