While going through the sample tutorials on how to remix a website (I chose TechCrunch), I noticed the image transformation:
$$("img") {
attribute("src", "http://www.montessoricats.com/buddha-scottish-fold-its-magic.jpg")
}
only seemed to apply some of the images. See:
Upper Page - Incomplete Transformation
Some of the below the fold for the other articles were transformed into the cat image. The main content weren't.
Lower Page - Incomplete Transformation
My initial hunch was that the transformation seems to only be working on TechCrunch's above the fold content, but this was debunked by the latter screenshot.
How would I go about fixing this or is there something I'm doing wrong or is this a short-coming of how TechCrunch serves its content and how Moovweb is grabbing this content, such that it may not be available while the remixer does it's thing?
All insight appreciated!