Embedding liveleak video works OK – using an embed code pasted into HTML view gives the desired effort for PC. But, using a mobile the embedded video appears off the screen which is not nice. (tested using Iphone/ipad – note: simple:press forum in question is configured to use responsive theme for mobile/tablets).
If I set the width of embedded video to 100% then this works for mobile/tablets however on PC it gives ghastly bars either side of the video.
I was thinking to use max width css styling but this whole procedure is becoming quite complicated for simply posting a video.
Any tips on how to do this would be appreciated.
I was trying to give an example using following embed code but I don’t have permissions to embed an iframe.
<iframe src="http://www.liveleak.com/ll_embed?f=848cbd78cb89" height="360" width="640" allowfullscreen="" frameborder="0"></iframe>
