Changeset 2284709
- Timestamp:
- 04/16/2020 07:53:04 AM (6 years ago)
- Location:
- dot-embed
- Files:
-
- 4 edited
- 1 copied
-
tags/3.2.9 (copied) (copied from dot-embed/trunk)
-
tags/3.2.9/dot-embed.php (modified) (3 diffs)
-
tags/3.2.9/readme.txt (modified) (1 diff)
-
trunk/dot-embed.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dot-embed/tags/3.2.9/dot-embed.php
r2280117 r2284709 9 9 as follows: 10 10 <code>[dotembed url="" title="" dotext="" dotid="" pageext="" pageid="" width="" height="" ratio="" loading="" loadingcolor="" gacrossdomaintracking=""]</code> 11 Version: 3.2. 811 Version: 3.2.9 12 12 Author: Pedro Figueiredo 13 13 Author URI: http://dot.vu … … 118 118 119 119 <style type="text/css"> 120 <?php if ($ratio) : ?>.dot embed-<?php echo esc_attr($dotembedId);121 122 ?> .dotembed-iframe-container {120 <?php if ($ratio) : ?>.dot-embed-<?php echo esc_attr($dotembedId); 121 122 ?> .dot-embed-iframe-container { 123 123 height: 0; 124 124 overflow: hidden; … … 127 127 } 128 128 129 .dot embed-<?php echo esc_attr($dotembedId);130 131 ?> .dotembed-iframe-container iframe {129 .dot-embed-<?php echo esc_attr($dotembedId); 130 131 ?> .dot-embed-iframe-container iframe { 132 132 position: absolute; 133 133 top: 0; 134 134 left: 0; 135 width: 100% ;136 height: 100% ;135 width: 100% !important; 136 height: 100% !important; 137 137 } 138 138 139 139 <?php endif; 140 ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot embed-<?php echo esc_attr($dotembedId);141 142 ?> .spinner>div {140 ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot-embed-<?php echo esc_attr($dotembedId); 141 142 ?> .spinner>div { 143 143 background-color: <?php echo esc_attr($loadingcolor); 144 144 ?>; -
dot-embed/tags/3.2.9/readme.txt
r2280117 r2284709 5 5 Tested up to: 5.3.2 6 6 Requires PHP: 5.6 7 Stable tag: 3.2. 87 Stable tag: 3.2.9 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html -
dot-embed/trunk/dot-embed.php
r2280117 r2284709 9 9 as follows: 10 10 <code>[dotembed url="" title="" dotext="" dotid="" pageext="" pageid="" width="" height="" ratio="" loading="" loadingcolor="" gacrossdomaintracking=""]</code> 11 Version: 3.2. 811 Version: 3.2.9 12 12 Author: Pedro Figueiredo 13 13 Author URI: http://dot.vu … … 118 118 119 119 <style type="text/css"> 120 <?php if ($ratio) : ?>.dot embed-<?php echo esc_attr($dotembedId);121 122 ?> .dotembed-iframe-container {120 <?php if ($ratio) : ?>.dot-embed-<?php echo esc_attr($dotembedId); 121 122 ?> .dot-embed-iframe-container { 123 123 height: 0; 124 124 overflow: hidden; … … 127 127 } 128 128 129 .dot embed-<?php echo esc_attr($dotembedId);130 131 ?> .dotembed-iframe-container iframe {129 .dot-embed-<?php echo esc_attr($dotembedId); 130 131 ?> .dot-embed-iframe-container iframe { 132 132 position: absolute; 133 133 top: 0; 134 134 left: 0; 135 width: 100% ;136 height: 100% ;135 width: 100% !important; 136 height: 100% !important; 137 137 } 138 138 139 139 <?php endif; 140 ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot embed-<?php echo esc_attr($dotembedId);141 142 ?> .spinner>div {140 ?><?php if ($loading === "yes" && $loadingcolor) : ?>.dot-embed-<?php echo esc_attr($dotembedId); 141 142 ?> .spinner>div { 143 143 background-color: <?php echo esc_attr($loadingcolor); 144 144 ?>; -
dot-embed/trunk/readme.txt
r2280117 r2284709 5 5 Tested up to: 5.3.2 6 6 Requires PHP: 5.6 7 Stable tag: 3.2. 87 Stable tag: 3.2.9 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html
Note: See TracChangeset
for help on using the changeset viewer.