Skip to content

Commit

Permalink
Whoah! Loads of changes. We're getting close.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 31, 2013
1 parent af15230 commit 5ff8e88
Show file tree
Hide file tree
Showing 10 changed files with 465 additions and 734 deletions.
339 changes: 0 additions & 339 deletions LICENSE

This file was deleted.

34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,43 @@ Follow the "/dev" branch for the latest updates. Please make pull requests and

https://github.com/justintadlock/theme-mediaelement/tree/dev

=== Usage ===

Either load the "mediaelements.min.css" file via `wp_enqueue_script()` or `@import()` it at the top of your `style.css`. Then, add the following to your `functions.php`.

add_action( 'wp_enqueue_scripts', 'my_deregister_styles' );

function my_deregister_styles() {
wp_deregister_style( 'mediaelement' );
wp_deregister_style( 'wp-mediaelement' );
}

=== Todo ===

* Figure out elements that I don't understand yet. :)
* Remove as much "style" as possible, including fonts, colors, and backgrounds.
* Don't rely on any images. Allow theme devs to handle this.
* Don't rely on any images (maybe). Allow theme devs to handle this.
* Simplify. Simplify. Simplify.

=== Resources ===

* http://mediaelementjs.com
* http://mediaelementjs.com

=== Structure ===

Basic structure of the media player:

<div class="mejs-container">
<div class="mejs-inner">
<div class="mejs-mediaelement">
<audio class="wp-audio-shortcode">...</audio>
</div>
<div class="mejs-layers">
<div class="mejs-layer">...</div>
</div>
<div class="mejs-controls">
<div class="mejs-button"></div>
</div>
<div class="mejs-clear">...</div>
</div>
</div>
1 change: 0 additions & 1 deletion bigplay.svg

This file was deleted.

1 change: 0 additions & 1 deletion controls.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 5ff8e88

Please sign in to comment.