Okay
  Public Ticket #406853
Change Request: Unwrap Videos init.js
Closed

Comments

  •  1
    Alexander started the conversation

    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.

  •  1,075
    ThemeNectar replied

    Hey - thanks for the request, it's been noted :)

  •  1
    Alexander replied

    thanks a lot :)

    cheers