Skip to main content

How to use transformations to crop live streaming

Comments

2 comments

  • Andres De Jesus

    The only way I can resize is if I remove "cld-fluid" and manually enter height and width:

    <video
    id="demo-player"
    className="cld-video-player cld-fluid"
    width={400}
    height={400}
    >
    </video>

    But then I lose responsiveness.

    0
  • Wissam Khalili

    Hi Andres,

    You could not make a transformation for live streaming.

    The transformation could be done after the video was uploaded to your account.

    Hope it makes sense.

    Regards,

    Wissam

    0

Post is closed for comments.