Home › Forums › CSS › [Solved] Placement of background image › Reply To: [Solved] Placement of background image
May 20, 2014 at 3:30 am
#170678
Participant
There seems to be an issue with media-queries with this device.
Found a link to diagnostic tool to find the right one.
Maybe this?
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2)
It’s from cssmediaqueries.com
But after that there may also be the implementation of the ‘hamburger menu’ that needs to be triggered. Can’t say how it works for sure when looking at the code, is it a javascript plugin?