I'm trying to change the folder that my images are read from depending on the window width.
I have two folders that contain the different image sizes and I'm wondering if anyone could give me any advice on how to change the path depending on the screens width.
If the screen is regular the <img>
would look like
<img src="images/620x410/image1.jpg" alt="">
and If the screen was in the tablet width it would load
<img src="images/310x205/images1.jpg" alt="">
310X205
image1.jpg
image2.jpg
620X410
image1.jpg
image2.jpg
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…