I want to add some text below the my video popup, like the example picture:
How can I do that?
My code:
$(document).ready(function () {
$.magnificPopup.open({
items:[
{
src: 'http://www.youtube.com/watch?v=p_I70TYm9qQ',
type:'iframe'
},
],
type: 'iframe'
});
});