-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Monthly Archives: November 2016
WordPress: Responsive video (mp4 video inserted from media library)
Changed the wordpress wp-includes/media.php file. Probably not the best way to do this. Ref: https://codex.wordpress.org/Video_Shortcode At around line 2504, comment out the following: $html_atts = array( ‘class’ => $atts[‘class’], ‘id’ => sprintf( ‘video-%d-%d’, $post_id, $instance ), ‘width’ => $atts[‘width’], //’width’ … Continue reading