The image has a property currentSrc, you can log it or inspect it with several tools:
- In chrome developer tools inspect the element, then click the properties tab.
- In Firefox developer tools inspect the element, right click and select DOM from the context menu.
You will see an entry for currentSrc: with the actual image source.
