Tagged: layer, mobile, responsive
Hi Enfold-Team,
I would like to give people with a smaller resolution a different slideshow than people with higher resolution on the start-page.
Problem: Resize doesn’t work for the video http://bit.ly/1lZKLUB
Thus I would like to create a single slider with video only and check whether the resoulution is below tablet format or not.
Do you have some **detailed** hints for me?
Thanks,
Ralf
Hi rseybold!
You would need to use media queries to change the css rules for your content to get it to better respond first. Then you can use media queries to hide one slider and show the other.
CSS Tricks has a good intro on using them http://css-tricks.com/css-media-queries/
Cheers!
Devin