You are creating a lot of repeat html here just to swap out a desktop image for a mobile image. All your should really need to swap is the image tag, and everything else can be handled by a little css. We don't want to create entire new html sections if we don't have to.
You are creating a lot of repeat html here just to swap out a desktop image for a mobile image. All your should really need to swap is the image tag, and everything else can be handled by a little css. We don't want to create entire new html sections if we don't have to.
https://github.com/glyzel/Colmar/blob/master/index.html#L103-L128