If you add a video to a Bootstrap Modal and either dismiss or close the modal whilst the video is playing the video will keep on playing. You can adjust this behaviour by adding in some Bootstrap javascript/jQuery that acts to stop the video if either the modal window is either clicked to close or the background ...
Read More
Creating Audio MP3 Playlists in WordPress with inbuilt MediaElement
With the release of WordPress 3.9 comes the in-built functionality to use Audio Playlists which is pretty cool. These Audio files have to be local to the WordPress installation unfortunately you can’t file remote at this stage such as in Amazon S3. You upload MP3s via the Add Media option in the WordPress Media Library …
Read More
Responsive Video in HTML Emails – Really?
Can you use video in HTML emails?, the answer to this is yes absolutely. Only a couple of email clients can currently support HTML Email Video, which is not so cool; Apple iPhone Apple iPad Apple Mac Mail All the rest including Outlook, Gmail, Lotus Notes and Hotmail do not support video, however they can …
Read More
HTML 5 Video Formats, Browsers, Flash Fallback and Solutions
HTML 5 video is the here and now of online video and is the default of how video is delivered via the web, but is currently not supported on older browsers in, particular version Internet Explorer 8 and earlier, you still have to provide an alternative format for those older browsers and undoubtedly that will …
Read More
VideoJS and WordPress Play HTML5 Video and Flash Across all Browsers
To play video across all browsers and iOS devices that support HTML5 video and flash fallback from WordPress there is an application called VideoJS. It makes it all far too easy – it consists of javascript, CSS and video code which can use just one video format and utilise that format across all browsers and …
Read More