You are here

public property RoyalSliderOptionSetEntity::$video_vimeo_code in RoyalSlider Integration 8

Vimeo embed code. %id% is replaced by video id.

Type: string

File

src/Entity/RoyalSliderOptionSetEntity.php, line 563
Contains \Drupal\royalslider\Entity\RoyalSliderOptionSetEntity.

Class

RoyalSliderOptionSetEntity
Defines a RoyalSliderOptionSet configuration entity class.

Namespace

Drupal\royalslider\Entity

Code

public $video_vimeo_code = '<iframe src="http://player.vimeo.com/video/%id%?byline=0&amp;portrait=0&amp;autoplay=1" frameborder="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';