Dear support,
i included a videostream with the code-element as an iFrame. On mobile-view there is a black background below the video. Is there a way to change the color of the background?
Or even better: Is it possible to scale the iframe size to 100% so that the video would fit on mobile-view?
Hey dondela,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.page-id-9683 #av_section_2 iframe {
height: 197px;
}
}
Best regards,
Rikard
Hey Rikard,
thanks for your help. Is there a way to set the iframe video-background color?
In tried this with no effect:
.viEmbed>div, .viEmbed>video, .flowplayer>div, .flowplayer>video {
background-color: #E8E8E8 !important;
}