Support » Plugin: WORDPRESS VIDEO GALLERY » Display .video-block .videoHname on mobile

  • The video title and the artist’s name show under the video thumbnail on desktop, but not on mobile devices.

    What css code do I need to edit to display this information under the video thumbnails on mobile? I’ve tried this, but it’s not working:

    @media only screen
      and (min-device-width: 320px)
      and (max-device-width: 768px){
    .video-block .videoHname {
    visibility: visible !important;
    font-size: 12px;
    color: FFF;
    }
    }

    Please help.

    https://wordpress.org/plugins/contus-video-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter NetMonkey

    (@headmonkey)

    I should make this clear. I’m trying to show the artist name/video name in the category view on mobile. When you select a video and it reloads the page, it does show that information, but not in the category view of videos.

    I want to display the artist name/video name under each video image thumbnail in the category view on mobile, like on the desktop.

    priyadarshinimuthuraman

    (@priyadarshinimuthuraman)

    Assuming that you are referring to video name as Video Title and artist name as the username who uploaded the video. By default, the video title is displayed under thumbnails in all the categories on both desktop and mobile view. The username will not be displayed under thumbnail rather it is visible only on the video detail page on both desktop and mobile, explain your query in detail or probably share a screenshot pointing the exact requirement so that we can check and do the needful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display .video-block .videoHname on mobile’ is closed to new replies.