Jump to content
Sign in to follow this  
sutisameechan

JW Player videos don't resize down for mobile devices

Recommended Posts

sutisameechan

JW Player plugin is my preferred plugin for self-hosted video. The problem I'm having is that the videos won't resize with the browser window. As a result, mobile users see a horizontal scroll bar, and can't view the video without zooming out. Does anyone have a better solution for embedding video that will automatically resize based on the user's device or size of the viewport?

Share this post


Link to post
Share on other sites
beardedavenger
Hey There, OK so what we need to do is wrap those embedded videos in a DIV. This will work for embed, and object. Now, there's a super easy way and that's with [url="http://www.pagelines.com/store/plugins/ba-shortcodes/"]Bad Ass Shortcodes[/url]. Of course I'm biased cause I wrote the plugin myself, but it includes shortcodes for responsive videos. Now, it wouldn't be quite fair to try to sell you a solution so if you don't mind getting your hands dirty, let's rock this: 1. Wrap your embedded video in a div like
embed code
2. In your Custom CSS section, located under Custom Code in PageLines Wordpress admin, paste this: [code].video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }[/code] Here's a working example: http://bearded-avenger.com/ba-das-shortcodes/ Let us know if this works out for you. Nick

Something big is coming for DMS + photographers.

http://fotostheme.com

 

Nick Haskins & CO - New home for all of my PageLines Store products! 

http://nickhaskins.co

 

Better DMS - News, Tutorials, and Tips

http://betterdms.com

 

Share this post


Link to post
Share on other sites
Rob
Yes, please let us know if Nick's solution works for you.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×