Changeset 1740775
- Timestamp:
- 10/04/2017 09:35:15 AM (8 years ago)
- Location:
- floating-video/trunk
- Files:
-
- 3 edited
-
floating_video_plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
floating-video/trunk/floating_video_plugin.php
r1740743 r1740775 4 4 * Plugin URI: https://wordpress.org/plugins/floating-video/ 5 5 * Description: Display a video that, when scrolled out of view, moves to the corner of the screen so that the user can continue watching it while reading a post. 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: jefferey11 8 8 * Author URI: https://profiles.wordpress.org/jefferey11#content-plugins -
floating-video/trunk/readme.txt
r1740744 r1740775 4 4 Requires at least: 4.7 5 5 Tested up to: 4.8.1 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
floating-video/trunk/style.css
r1740743 r1740775 5 5 margin: 0; 6 6 padding: 0; 7 } 8 9 #FlVid_Parent { 7 10 position: relative; 8 } 11 } 12 13 #FlVid_normal_width { 14 position: relative; 15 } 9 16 10 17 FlVid-prefixaddv1-2-1_section + FlVid-prefixaddv1-2-1_section { … … 26 33 background-color: hsl(0,0%,10%); 27 34 transition: .5s; 35 position: relative; 28 36 } 29 37 .FlVid-prefixaddv1-2-1_vid-wrap > iframe {
Note: See TracChangeset
for help on using the changeset viewer.