Hello I want to embed a video in my K2 article and I want to scale the video to fit my page with 100% or 1900px. here is my embedding code "<iframe src="https://www.youtube.com/embed/c7hcVzJJm6A?vq=hd1080&autoplay=1&rel=0" width="1900" height="1068" frameborder="0"></iframe>" But whatever I try video remains with the size of 960x540px Here is the link to a page with video:http://mnarchitect.de/work/item/388-bridge-concept.html
narayanagattu Hi. It's because content is set to max 960px. Please overwrite this css class:
.single-page > .item-content, .single-page > .itemComments { max-width: 1900px; }
You may need to restrict it to one page only with page class suffix.
Brilliant !!! It works perfectly! Thank you!
narayanagattu Hi. No problem glad I could help. Closing this thread now.