Changeset 1739659
- Timestamp:
- 10/02/2017 03:06:51 PM (8 years ago)
- Location:
- fluid-player/trunk
- Files:
-
- 3 edited
-
FluidPlayerPlugin.php (modified) (2 diffs)
-
fluid-player.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fluid-player/trunk/FluidPlayerPlugin.php
r1734122 r1739659 64 64 static::VTT_FILE => '', 65 65 static::VTT_SPRITE => '', 66 static::FP_VIDEO_SOURCES => static::prepareVideoSources([['label' => '720', 'url' => $attrs['video']]], []), 66 67 static::FP_LAYOUT => static::FP_LAYOUT_DEFAULT_VALUE, 67 68 ], $attrs); … … 329 330 const SCRIPT_SIMPLE = <<<SCRIPT 330 331 <video id='fp-video-{id}' controls style="width: 100%;"> 331 <source src='{video}' type='video/mp4' />332 {video_sources} 332 333 </video> 333 334 -
fluid-player/trunk/fluid-player.php
r1734122 r1739659 4 4 Plugin URI: https://wordpress.org/support/plugin/fluid-player/ 5 5 Description: Easily embed a Fluid Player instance on your website by using the fluid-player shortcode. 6 Version: 1.1.2 6 Version: 1.1.2.1 7 7 Author: Florin Tudor 8 8 Author URI: https://www.fluidplayer.com -
fluid-player/trunk/readme.txt
r1734122 r1739659 6 6 Donate link: http://example.com/ 7 7 Tags: Fluid Player, html5 video player, VAST, thumbnails 8 Version: 0.18 Version: 1.1.2.5 9 9 Requires at least: 4.6 10 Tested up to: 4. 7.310 Tested up to: 4.8.2 11 11 Stable tag: trunk 12 12 License: GPLv2 or later … … 36 36 * vtt_sprite : path to VTT sprites file (optional) 37 37 * layout : any of the following themes are provided with the player: default/funky/metal, if no value is passed it will fall back to 'default' 38 * auto-play : toggle vid oeautoplay, defaults to false38 * auto-play : toggle video autoplay, defaults to false 39 39 * logo : Logo url 40 40 * logo-position: logo positioning, default value "top right"
Note: See TracChangeset
for help on using the changeset viewer.