I have a problem with iframe tag (check the code). I embed Youtube/Vimeo video inside div container (display: inline-block), but it change its container. See last two in demo (resize result window for showing two or more divs inline).
I tried with changing div with span or li, but it doesn’t help. What shoud I do?
I have a problem with iframe tag ( check the code ). I embed
Share
It seems your problem is that the containing divs with videos are not aligning correctly with the others. (No?) Changing display to block and floating left fixes that.
See: http://jsfiddle.net/QVEFq/4/