Posts by user148100 • 1 point
1 post
-
0
votes1
answer79
viewsQ: Why is the HTML5 <picture> tag not resizing the images?
<!DOCTYPE html> <html> <head> </head> <body> <picture> <source media="(min-width: 490px)" srcset="img/smartphone.jpg"/> <source media="(min-width:…