This topic has 9 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #100270
     yourateporn
    Participant

    Hi, I have yet another question. The videos on my site do not look good. See Attachment video.png

    But I’d like to have as Attachment video how i want it.png

     

    How do I solve this?

    Attachments:
    You must be logged in to view attached files.
    #100381
     Radu
    Moderator

    Hi,

    You need to set to that iframes width:100% , but please provide the page url and an username and pass to can view the page.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #100851
     yourateporn
    Participant

    If i set it 100 %, do i get the play botton and is it mobile friendly?

    #100853
     yourateporn
    Participant
    This reply has been set as private.
    #100855
     yourateporn
    Participant

    this are my settings

    Attachments:
    You must be logged in to view attached files.
    #100985
     Radu
    Moderator

    Hi,

    Please add this css

    COPY CODE
    
    
    li.rtmedia-list-item.media-type-video {
        width: 100% !important;
        display: inline-block;
    }
    
    .rtmedia-activity-container .mejs-container.mejs-video {
        width: 100% !important;
        display: inline-block;
    }
    
    @media (min-width:700px) {
       .rtmedia-activity-container .mejs-container.mejs-video {
           max-height: 405px;
        } 
        
    }
    

    Is ok on mobile i checked.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #101006
     yourateporn
    Participant

    Beautiful.Thank you very much 😀 That is what im looking for. But… Is it possible to do it with the image to? Because now are the image so small. I hope so.

    #101010
     Radu
    Moderator
    COPY CODE
    
    .rtmedia-list-item>a .rtmedia-item-thumbnail img {
        width: 100% !important;
        height: 100% !important;
    
    }
    
    .rtmedia-activity-container .media-type-photo .rtmedia-item-thumbnail {
        width: 100% !important;
        height: 100% !important;
        min-height:700px !important;
        max-width: none !important;
        max-height: none  !important;
        display: block !important;
    }
    
    .rtmedia-list-item>a {display: block;}
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #101012
     yourateporn
    Participant

    Yes, this is good. But the quality of the image is very bad now. How can i make that better. When i click on the image, the quality is good

    #101164
     Radu
    Moderator

    Hi,

    I think you should modify the medium photo size from here : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/01/download.png

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?