Could the player crop/zoom a video

Hey :wave:
I am exploring the Player with some of my videos that are either landscape or portrait.

ideally, I would like to harmonize all my videos to have the same portrait format.

Could I use to player to do that? to either zoom in a video or force to just play a specific part of it?

thanks for your help :slight_smile:

Hi there - Unfortunately, there is no way to resize or crop your videos, either with the player or on the backend.

We can change when the video starts (and finishes) by adding #t=5,15 to the end of the player. The first value is the start time (in seconds) and the 2nd time is the end time (in seconds). You can #t,20 to start at 0 and end at 20, or omit the end time to play to the end of the video. More player ‘hacks’ can be found here.

Doug