• Resolved wpdv

    (@wpdv)


    Hi,

    Love your plugin. I had a strange problem when using your plugin on a new website that’s built using the Oxygen Builder plugin. The problem was that the video failed to be responsive, plus it exceeded the page width when viewed on a mobile device. Their support team was able to fix the problem. Thought I’d share here in the event others run into this same issue.

    .lL, .lyte-wrapper {
      max-width: 100%;
    }
    
    @media only screen and (max-width: 992px){
      .lL, .lyte-wrapper {
        width: 100% !important;
      }
    }
Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Weird, as both .lyte-wrapper and .lL come with max-width of 100% already, but guess something overruled that somehow. good they gave you a workaround! ??

    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Extra CSS Needed when used with Oxygen Builder’ is closed to new replies.