Hi
We have started to use 4video and like it very much so far. How would we ensure that videos have 100% width in resolutions over 1024px? We have tried to add:
.wb-4video-comp-container {
max-width: 100% !important;
}
or@media (min-width: 1024px) {
to our custom css without any effect. We think it doesn't because of iframe usage.
.wb-4video-comp-container {
max-width: 100% !important;
}
}
Would editing css classes in 'helper.php' do? If so these would be gone after future updates.
Thanks.