poster

slinky.web.html.poster$
object poster extends Attr

A URL indicating a poster frame to show until the user plays or seeks. If this attribute isn't specified, nothing is displayed until the first frame is available; then the first frame is shown as the poster frame.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
poster.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: String): AttrPair[_poster_attr.type]
def :=(v: Option[String]): OptionalAttrPair[_poster_attr.type]