I recently got some free time on my hands so I will be pushing an update with in a few days.
Thread Starter
Dan
(@gtsclothing)
That’s what I like to hear!
Would you please also look at getting the filter working to allow resizing/controlling video sizes globally in this new version?
add_filter( 'embed_defaults', 'bigger_embed_size' );
function bigger_embed_size()
{
return array( 'width' => 550, 'height' => 310 );
}
Thread Starter
Dan
(@gtsclothing)
yeah good point. do the videos display well on mobile devices?
@gtsclothing That is all up to your theme design.
@sebastien: any idea how to solve this issue for all posts and not one-by-one: http://screencast.com/t/vHUYGtbJY9q
Thread Starter
Dan
(@gtsclothing)
When do you think the plugin will work with WP 3.8.1?
The plugin should work fine on all WordPress versions. If you meant when it will work with WooCommerce 2.1 and up, then I can tell you that an update is on it’s way.