Skip to content

Instantly share code, notes, and snippets.

@julienreszka
Created November 15, 2019 13:05
Show Gist options
  • Save julienreszka/3c704c2cba19ce0f57d88d941a0c418c to your computer and use it in GitHub Desktop.
Save julienreszka/3c704c2cba19ce0f57d88d941a0c418c to your computer and use it in GitHub Desktop.
get first image from pexels search query
// https://www.pexels.com/search/test/
var firstImage = document.querySelectorAll('.photo-item__link>img')[1].getAttribute('src');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment