Home › Forums › JavaScript › javascript and media queries › Reply To: javascript and media queries
February 11, 2016 at 12:45 am
#237935
Participant
If it should always be as wide as the screen this would be easiest but maybe you could be more specific if you meant something else :
img.style.width = '100%';