Implement adaptive zoom positioning of videos on mobile devices
P粉729436537
P粉729436537 2023-09-16 18:12:58
0
1
651

I have the following code: https://codesandbox.io/s/cool-sunset-pe8pgh?file=/src/styles.css

I want to scale a video on mobile devices without losing any video elements, how can I achieve this?

P粉729436537
P粉729436537

reply all(1)
P粉336536706

I checked your code. Please set the width for the video component, for example -

<video
      className="razmi-video"
      autoPlay
      loop
      muted
      playsinline="true"
      disablePictureInPicture="true"
      width={100} <--- 在这里设置宽度
    >

Hope you can get the answer, if you still have problems, please tell me and I will help you. Thanks

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template