C
C
carbanak012021-11-04 11:17:41
HTML
carbanak01, 2021-11-04 11:17:41

How to change video quality while keeping width and height?

Hello!
The site has a video format 1920*1080.
If you choose a resolution of 360, the video on the site is reduced, but it is necessary that the dimensions remain the same, but the quality deteriorates, as is done on YouTube.
Can you please advise or point me in the right direction? )

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Shabalin, 2021-11-04
@carbanak01

Very little context. Here would be an example of your markup to see.
But I will assume that you only need to add size attributes

<video width="960" height="540">
  <source src="...">
</video>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question