Title: cla68's Replies | WordPress.org

---

# cla68

  [  ](https://wordpress.org/support/users/cla68/)

 *   [Profile](https://wordpress.org/support/users/cla68/)
 *   [Topics Started](https://wordpress.org/support/users/cla68/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cla68/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cla68/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cla68/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cla68/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cla68/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] video header on mobile](https://wordpress.org/support/topic/video-header-on-mobile/)
 *  Thread Starter [cla68](https://wordpress.org/support/users/cla68/)
 * (@cla68)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/video-header-on-mobile/#post-11864104)
 * in order to fix autoplay problem I found useful this post
    [https://wordpress.org/support/topic/how-to-stop-auto-replay-of-video-header/](https://wordpress.org/support/topic/how-to-stop-auto-replay-of-video-header/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] header unexpected crop](https://wordpress.org/support/topic/header-unexpected-crop/)
 *  Thread Starter [cla68](https://wordpress.org/support/users/cla68/)
 * (@cla68)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/header-unexpected-crop/#post-11864078)
 * please, could I get a help on this topic? site is [http://www.procure4you.it](http://www.procure4you.it)
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] video header on mobile](https://wordpress.org/support/topic/video-header-on-mobile/)
 *  Thread Starter [cla68](https://wordpress.org/support/users/cla68/)
 * (@cla68)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/video-header-on-mobile/#post-11864075)
 * Hi, thanks. I found a solutin here:
    [https://wordpress.org/support/topic/video-settings-twenty-seventeen-theme/](https://wordpress.org/support/topic/video-settings-twenty-seventeen-theme/)
   After creating child them it’s enough to add this code lines to style.css file
 * /* Make sure play/pause button can be clicked on smaller screens */
    .wp-custom-
   header-video-button { z-index: 10; }
 * and this code to file functions.php:
 * /*
    * Change the minimum screen size to use the video header */ function twentyseventeenchild_video_size(
   $settings ) { $settings[‘minWidth’] = 100; $settings[‘minHeight’] = 100; return
   $settings; } add_filter( ‘header_video_settings’, ‘twentyseventeenchild_video_size’);
 * it works!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] video header on mobile](https://wordpress.org/support/topic/video-header-on-mobile/)
 *  Thread Starter [cla68](https://wordpress.org/support/users/cla68/)
 * (@cla68)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/video-header-on-mobile/#post-11863820)
 * Hi! Website is [http://www.procure4you.it](http://www.procure4you.it)
    Problem
   is: mp4 header does not play on mobile devices (but on ipad is ok)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] video header on mobile](https://wordpress.org/support/topic/video-header-on-mobile/)
 *  Thread Starter [cla68](https://wordpress.org/support/users/cla68/)
 * (@cla68)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/video-header-on-mobile/#post-11863262)
 * Hi 🙂 any suggestion/help? Thanks

Viewing 5 replies - 1 through 5 (of 5 total)