Please can you tell me if it’s possible to change the size at which a YouTube video can appear within a page. I’d like to increase the size and although I found a reference to reducing the size in the forum this didn’t seem to have any effect on the video. Also, can the video appear in as a lightbox once clicked? You’ll also see from the page I’ve indicated that there are a series of images in the bottom half of the page and I’d like to know if it’s possible to use css to reduce the size of these to 70%.
Cheers
Hi, Just wondering if this one had been missed?
Cheers
Hi!
Try setting a custom aspect ratio to change the video size, however, if you want it to have it as a lightbox you would need to use an image (as if it were a video) linked to the Youtube URL.
Best regards,
Josue
Thanks for this, after playing with the ratios I realised that it was the column width restricting the size I want to display so increased the size of the column and the video fills it nicely.
I’d also mentioned above:
You’ll also see from the page I’ve indicated that there are a series of images in the bottom half of the page and I’d like to know if it’s possible to use css to reduce the size of these to 70%.
Please can you help with this?
Cheers
Hey!
Try adding this code to the Quick CSS:
.page-id-256 img.avia_image {
max-width: 160px;
}
Cheers!
Josue