Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Well, you can target the playing video in CSS with the .lyte-wrapper iframe{} so on condition of the parent node not limiting the size, you could alter width & height that way I guess?

    frank

    Thread Starter snippet24

    (@snippet24)

    Thank you !! Well it did work

    .lyte-wrapper iframe {
      max-width: 200% !important;
      min-width: 200% !important;
      width:200% !important;
      margin-left:-50%;
      margin-right:-50%;
      overflow: visible;
    }
    
    .lyte-wrapper-audio div, .lyte-wrapper div {
        margin: 0px;
        overflow: visible !important;
        }

    But is has many problems so at least for now is not suitable for using..
    Have a nice week!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to increase video player upon playback?’ is closed to new replies.