ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,747
- Points
- 823
Reputation:
How do you folks handle the sizing of videos from desktop and mobile?
I'm using this code which is fine for desktop but mobile not so much.
Continue reading...
I'm using this code which is fine for desktop but mobile not so much.
<p align="center">
<video width="640" height="480" controls>
<source src="/public/01b.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</p>
Click to expand...
Continue reading...