Hello, I have a small video that I have on my site using the HTML5 Toolkit. It appears very small (I know that is an issue with the video). I would like to make it bigger, I know that would cause pixelation, but I am not sure how to make it bigger. I have tried adjusting this CSS, using a min-width of 200% changing max width, adding a height, nothing seems to work. Am I in the right place?
Many thanks
Video file: https://robert-hanley.com/entertainer.php it is the bottom one under the "Videos" section"
CSS I am changing with no results:
/*
---------------------------------------------
SELF-SERVED HTML5 VIDEOS
---------------------------------------------
*/
.tk-video-mp4 video {
max-width: 100%;
}