You are here

public function TimelineMediaInterface::setThumbnail in Views TimelineJS integration 7.3

Sets the thumbnail image URL for this media.

Parameters

string $url: The thumbnail image URL.

1 method overrides TimelineMediaInterface::setThumbnail()
TimelineMedia::setThumbnail in src/TimelineMedia.php
Sets the thumbnail image URL for this media.

File

src/TimelineMediaInterface.php, line 30

Class

TimelineMediaInterface
Provides an interface for defining TimelineJS3 media objects.

Code

public function setThumbnail($url);