from line 2710 on you set every video that is not .slider-video to width and height 100% and overwrite CSS.
I for example want to include LED Banners as html5 video which need to be displayed at specific sizes. My shortcode is set up to take width and height to set the video size correctly.
unfortunately both the width attribute and style attribute get overwritten every time and there is not way for me to work around this.
please consider using more specific selectors for this overwrite or add a class like 'custom-video' that will be excluded from this override.
from line 2710 on you set every video that is not .slider-video to width and height 100% and overwrite CSS.
I for example want to include LED Banners as html5 video which need to be displayed at specific sizes. My shortcode is set up to take width and height to set the video size correctly.
unfortunately both the width attribute and style attribute get overwritten every time and there is not way for me to work around this.
please consider using more specific selectors for this overwrite or add a class like 'custom-video' that will be excluded from this override.
Hey - thanks for the request, it's been noted :)
thanks a lot :)
cheers