Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3099067
problems with videos
Closed

Comments

  • antenorilucia started the conversation

    Hi,
    my problem concerns the videos that I post in articles. They can be seen without problems from a PC and on AMP pages but in normal mobile pages the videos are not seen. A strange thing happens.

    If you want to play the video, a static image duplicates and then triples and so on but the video doesn't open , I put the image in the attachment.

    Thanks

    Lucia

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .yt-video-place iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
    }

    Then clear all site caches then check again.

    Regards,
    PenciDesign.

  • antenorilucia replied

    Thanks a lot! Now it's ok