glyzel / Colmar

0 stars 0 forks source link

mobile image swap #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

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