Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design What i'm missing here? Reply To: What i'm missing here?

#268016
bearhead
Participant

You’ll either have to use media queries to change the width and height of .devices for different screen widths, or you you’ll have to use something like view width instead of pixels to define the width and height of .devices (i.e. width:50vw; height:50vw;