Skip to content

Instantly share code, notes, and snippets.

@espellcaste
Forked from claudiosanches/script.js
Created August 30, 2013 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save espellcaste/6394052 to your computer and use it in GitHub Desktop.
Save espellcaste/6394052 to your computer and use it in GitHub Desktop.
Responsive WP Video
jQuery(document).ready(function($) {
// Responsive wp_video_shortcode().
$(".wp-video-shortcode")
.css("max-width", "100%")
.parent("div")
.css("width", "auto");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment