PluginProbe
Image Hotspot – Map Image Annotation / 2.2
Image Hotspot – Map Image Annotation v2.2
3.8 3.7 3.6 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 All 30 releases
image-map-hotspots / output-css.php

output-css.php in Image Hotspot – Map Image Annotation 2.2, at output-css.php

13 lines 401 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $pointCssCode = "
3 .imh-6310-hover-content {
4 transform: scale(0);
5 transition: all .5s;
6 position: absolute;
7 z-index: 999999999999;
8 }
9 ";
10
11 wp_register_style("imh-6310-template-" . esc_attr($ids) . "-css", "");
12 wp_enqueue_style("imh-6310-template-" . esc_attr($ids) . "-css");
13 wp_add_inline_style("imh-6310-template-" . esc_attr($ids) . "-css", $pointCssCode);