.mypref_product
) - если bem не под силу. <?php $args = array( 'post_type' => 'nameposttype', 'posts_per_page' => 99 ); $loop = new WP_Query( $args ); ?>
<?php while ( $loop->have_posts() ) : $loop->the_post(); $post_id = get_the_ID(); ?>
code///post
<?php endwhile; ?>
All modern desktop browsers are supported.
IE9+
iOS plays video from a browser only in the native player. So video for iOS is disabled, only fullscreen poster will be used.
Some android devices play video, some not — go figure. So video for android is disabled, only fullscreen poster will be used.
No longer actively maintained. I am not interested to maintain jQuery plugins anymore. If you have some fixes, feel free to make PR.