Mobile Responsive Video Size

Home Forums Jevelin Theme Mobile Responsive Video Size

Home Forums Jevelin Theme Mobile Responsive Video Size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • samv
    Participant

    Hello,

     

    My video player looks fine on desktop, but on mobile the responsive size is too small.  How do I improve it?

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @samv,

     

    I hope you are well today and thank you for your question.

     

    You can make it responsive by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 800px){
    div#video-player-38f83a8f7d752022e00ca4e724b2f26b {
        width: 100%;
    }
    }
    

     

    Best regards,
    Shufflehound team

    samv
    Participant

    That worked.  Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)