How to install a preview posterTo set the image as a preview before the start of playback, specify the URL to the picture with the parameter poster in the code. var player = new Playerjs({id:"player", file:"//site.com/video.mp4", poster:"//site.com/image.jpg"}); You can specify spare links via or like poster:"link or link" from version 16. You can customize poster in the builder By default, the poster is stretched to the full size of the player. In PRO it is possible to set |