Quote:
Originally Posted by LavenderLounge
I'm converting my blogs to Wordpress and I am looking for a plugin to have videos show on iPhones. What do you recommend? (My CMS is Joomla, btw.)
|
use a mobile plugin to render a theme for mobile devices, so you have a regular theme plus a mobile one.
you can use .mp4 with flash players, and for the mobile version just use html5 which mobile browsers support
Code:
<video width="560" height="340" controls>
<source src="video.mp4" type="video/mp4" />
</video>