Plugin Directory

Changeset 1798212


Ignore:
Timestamp:
01/06/2018 04:25:54 PM (8 years ago)
Author:
condacore
Message:

Updaed readme.txt ...

Location:
embed-clappr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-clappr/tags/1.1/readme.txt

    r1798210 r1798212  
    3636
    3737`preload="metadata"` you can use auto, metadata, none.
     38
    3839`autoplay="yes"` if video should automatically play after page load.
     40
    3941`watermark="https://domain.com/watermark.png"` to display a watermark on the video.
     42
    4043`watermarkLink="https://domain.com"` to define an URL to open when the watermark is clicked.
     44
    4145`mute="yes"` if you want to start player with no sound.
     46
    4247`chromeless="yes"` if you want the player to act in chromeless mode.
     48
    4349`controlbarvisible="yes"` to disable media control auto hide.
     50
    4451`hidevolumebar="yes"` to hide volume bars.
     52
    4553`buttoncolor="#66B2FF"` to set the color (HEX) of the control buttons.
     54
    4655`seekbarcolor="#E113D3"` to set the color (HEX) of the seekbar.
    4756
  • embed-clappr/trunk/readme.txt

    r1798210 r1798212  
    44Tags: embed, video, player, responsive, rtmp, hls, live
    55Requires at least: 3.0.1
    6 Tested up to: 4.9.1
     6Tested up to: 4.91
    77Stable tag: 1.1
    88License: GPLv3
     
    3636
    3737`preload="metadata"` you can use auto, metadata, none.
     38
    3839`autoplay="yes"` if video should automatically play after page load.
     40
    3941`watermark="https://domain.com/watermark.png"` to display a watermark on the video.
     42
    4043`watermarkLink="https://domain.com"` to define an URL to open when the watermark is clicked.
     44
    4145`mute="yes"` if you want to start player with no sound.
     46
    4247`chromeless="yes"` if you want the player to act in chromeless mode.
     48
    4349`controlbarvisible="yes"` to disable media control auto hide.
     50
    4451`hidevolumebar="yes"` to hide volume bars.
     52
    4553`buttoncolor="#66B2FF"` to set the color (HEX) of the control buttons.
     54
    4655`seekbarcolor="#E113D3"` to set the color (HEX) of the seekbar.
    4756
Note: See TracChangeset for help on using the changeset viewer.