 
	
		
		
		
		
			
How can I set the lightbox size for a video to 1280×720?  I am using a custom link for the portfolio item like this:
https://www.youtube.com/watch?v=QBegyXCQQJU?iframe=true here: http://chrisgallop.com/blog/#featured (Click on first two items).
I tried adding &w=1280&h=720 in the url but wasn’t able to correctly format it?
Please help, thanks!
Hi Rachel!
Thank you for using Enfold.
You can do that with a quick css modification. Please add this in the Quick CSS field:
.mfp-iframe-holder .mfp-content {
    max-width: 1280px;
    height: 720px;
}Cheers!
Ismael
Perfect thank you!
