var name ='<h4 class="modal-title">'+videoTitle+'</h4>';
var thumb ='<div class="ctr col-md-3
col-xs-12 ythumb"><a
data-toggle="modal"
href="#'+videoid+'"><img
class="img-responsive" src="'+videoimg+'"></a></div>';
var desc ='<div>'+videodesc+'</div>';
var video ='<iframe src\"//www.youtube.com/embed/'+videoid+'\"></>';
may
i also add the this will be done using bootstrap (I'll modify
the codes to get the correct classes from he css) for
info (as written in the code) the image will be in a link (the
duration also would be a bonus), this link will be linked to a
modal that will show when the link is clicked like this http://jsfiddle.net/xK24S/61/
is
there a way i could possibly do that ? cause
at the moment it isn't really working
any
help would be much appreciated surely
this can't be that hard to do ...