• Alexander

    (@donatory)


    Hello,
    Please add a class to the player container I could attach additional styles to it. The player container has only a unique id and I can’t style it in the CSS at this time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vibhav Sinha

    (@vibhavsinha)

    For now, you can use the following CSS selector for adding styles to the player container.

    
    div[id^=vdo] {
      // custom style here
    }
    

    This has been supported in all browsers including older versions.

    We will plan to add class name in future to make it easier.

    • This reply was modified 1 year, 12 months ago by Vibhav Sinha. Reason: markdown styling didn't work, removed that
    Thread Starter Alexander

    (@donatory)

    Good temporary solution. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add class to player div container’ is closed to new replies.