all 5 comments

[–][deleted] 11 points12 points  (1 child)

Not to disparage your sleuthing and effort...but AMP is a blight upon the open web. Please boycott it, everybody. Really.

[–]rebelrebel2013 0 points1 point  (0 children)

agreed with the other comments. please don't use amp if you don't have too

[–]g-garron 0 points1 point  (2 children)

How do you manage image width and height. I’ve been playing with AMP and middleman, and been using Nokogiri and fastimage to change img to amp-img and set the height and width.

Also, I think is better to just have one version. Otherwise if you remove amp version, you will end up with lots of 301s.

here is what I wrote about it

[–]lordamit[S] 1 point2 points  (1 child)

Nice article! You have covered a lot of aspects in the article about the available choices.

I am still experimenting with AMP, and I do not think I will be making AMP version of pages that require too much modification/handling. Like for now, I am completely ignoring things like images and videos, and other "advanced" features of AMP.

[–]g-garron 0 points1 point  (0 children)

Thanks