Changeset 3297938
- Timestamp:
- 05/21/2025 09:55:23 AM (6 months ago)
- Location:
- video-callout
- Files:
-
- 6 edited
- 1 copied
- tags/1.3.0.14760 (copied) (copied from video-callout/trunk)
- tags/1.3.0.14760/assets/style.css (modified) (1 diff)
- tags/1.3.0.14760/readme.txt (modified) (2 diffs)
- tags/1.3.0.14760/video-callout.php (modified) (1 diff)
- trunk/assets/style.css (modified) (1 diff)
- trunk/readme.txt (modified) (2 diffs)
- trunk/video-callout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
video-callout/tags/1.3.0.14760/assets/style.css
r3260337 r3297938 109 109 float: right; 110 110 } 111 112 113 @media only screen and (max-width: 720px) { 114 115 .wevideopopup { 116 width: 90vw !important; 117 height: auto !important; 118 aspect-ratio: 4 / 3 !important; 119 margin: auto !important; 120 } 121 } -
video-callout/tags/1.3.0.14760/readme.txt
r3261808 r3297938 3 3 Tags: popup, video, youtube, vimeo, google drive 4 4 Requires at least: 5.8 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 Stable tag: 1. 2.9.143349 Stable tag: 1.3.0.14760 10 10 11 11 Add a video popup to your posts with an optional delay and display frequency. Fully customisable window with modal option. … … 57 57 Fixes and feature updates will be noted here however.Where an update is just related to updates to contained 58 58 packages the release won't be listed here. 59 60 = 1.3.0 = 61 * Fixed width to the view size for smaller screens to prevent video from being too big 59 62 60 63 = 1.2.5 = -
video-callout/tags/1.3.0.14760/video-callout.php
r3261808 r3297938 8 8 * Plugin URI: https://www.web-engineer.co.uk/video-callout?ref=plugin-page 9 9 * Description: A simple solution to creating "Video Callouts" to your users on any given post/page as an overlay or modal, allows precise control of the frequency, timing delay and how the video is dismissed. 10 * Version: 1. 2.9.1433410 * Version: 1.3.0.14760 11 11 * Author: Web Engineer 12 12 * Author URI: https://www.web-engineer.co.uk/ -
video-callout/trunk/assets/style.css
r3260337 r3297938 109 109 float: right; 110 110 } 111 112 113 @media only screen and (max-width: 720px) { 114 115 .wevideopopup { 116 width: 90vw !important; 117 height: auto !important; 118 aspect-ratio: 4 / 3 !important; 119 margin: auto !important; 120 } 121 } -
video-callout/trunk/readme.txt
r3261808 r3297938 3 3 Tags: popup, video, youtube, vimeo, google drive 4 4 Requires at least: 5.8 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html 9 Stable tag: 1. 2.9.143349 Stable tag: 1.3.0.14760 10 10 11 11 Add a video popup to your posts with an optional delay and display frequency. Fully customisable window with modal option. … … 57 57 Fixes and feature updates will be noted here however.Where an update is just related to updates to contained 58 58 packages the release won't be listed here. 59 60 = 1.3.0 = 61 * Fixed width to the view size for smaller screens to prevent video from being too big 59 62 60 63 = 1.2.5 = -
video-callout/trunk/video-callout.php
r3261808 r3297938 8 8 * Plugin URI: https://www.web-engineer.co.uk/video-callout?ref=plugin-page 9 9 * Description: A simple solution to creating "Video Callouts" to your users on any given post/page as an overlay or modal, allows precise control of the frequency, timing delay and how the video is dismissed. 10 * Version: 1. 2.9.1433410 * Version: 1.3.0.14760 11 11 * Author: Web Engineer 12 12 * Author URI: https://www.web-engineer.co.uk/
Note: See TracChangeset for help on using the changeset viewer.