M

Mr. Dubey • 52.26K Points
Coach

Q. How to lazy load images?

  • (A) Remove the rel attribute
  • (B) Remove the src attribute
  • (C) Make rel = src
  • (D) Make src = rel

Explanation by: Mr. Dubey
The way we would lazy load images would be to alter the HTML of the page to remove the contents of the src attribute of each image. We could just move the contents of the src attribute to an attribute in the image tag of our own design, maybe the rel attribute.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.