• Resolved Megazip

    (@megazip)


    Hello,

    When visitors use a touch screen to wactch the video’s there is problem with showing the video title.
    To show the video title you have to touch the video, but the problem that the video will start playing after touching the screen
    Is it possible to show the title permanently without to move over the screen?

    Thanks!

    The page I need help with: [log in to see the link]

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

    (@origincode)

    Hello @megazip ,

    Unfortunately this behavior is not designed in the plugin but you can archive this in your website by adding the following lines of custom css:

    @media (hover: none) {
    [class*="video-element_"]
    [class*="title-block_"]{
    bottom: 0;
    }
    }
    Thread Starter Megazip

    (@megazip)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show video title on touch screens’ is closed to new replies.