custombox icon indicating copy to clipboard operation
custombox copied to clipboard

width in percent

Open exdeniz opened this issue 8 years ago • 0 comments

 new Custombox.modal({
      content: {
        effect: 'fadein',
        target: 'https://www.youtube.com/watch?v=HLMDVHX7Ctg&t=165s',
        width: '80%',
      },
    }).open()

and

<iframe src="https://www.youtube.com/embed/HLMDVHX7Ctg" frameborder="0" allowfullscreen="" width="80px" height="45px"></iframe>

exdeniz avatar May 29 '17 06:05 exdeniz