Video Header

edited April 2016 in Theme support
On our homepage we are using a video header for desktop, and a slider for mobile. The breakpoint is 960, so when the browser is less then 960 pixels, we see the slider. Our issue is that between 960 and 1024, on iPads in landscape, it displays nothing.

I think I need 'hide-desktop' to work up to 1024 pixels. I found some code on back.php that seems to be what I'd want to change, but I'm not sure how without editing the actual file.

'hide-desktop' => 'Hide on Desktop | 960px +', // 960 +
'hide-tablet' => 'Hide on Tablet | 768px - 959px', // 768 - 959

Is there an easy way to add code to functions.php to accomplish this?

Comments

Sign In or Register to comment.