Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Reduce html5 video brightness in IE 11

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235414
    Arun
    Participant

    Hi,

    I applied css filters for reducing brightness

    Its working fine in chrome and firefox but in IE 11 its not working do we have any alternative way to achieve this.
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    filter: brightness(50%);

    Regards,
    Arun

    #235421
    Shikkediel
    Participant

    There’s isn’t really a good alternative, I think. Closest you could probably get is to do a feature test and put a semi transparent pseudo element on top of it when that fails.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.