Sorry, perhaps i wasnt clear in my answer. My approach now works after many trials and errors.
What i was trying to point out is, the example in the documents uses a different approach which most of the time wont work.
Using the Xpath method i cant select the image, its select the DIV prior to the div contain the background image.
The other trick using the thumbnails and then replace the path will also not work. Thats because that path will be different for each page, thus it will only work per page and you would need adjust the replace action per page.
PS my setup for the data is different, im not using a per entry. Thats because i need to copy paste the data over to HTML pages. Since many pages have different lenghts of specs i though this approach would be handier for the copy/paste action i need to do. This way also the returns stay intact and i can more easily add attributes in using Visual Studio Code and Emmet
Your method also extracts the images same as like my method. I did found the "begin new entry" command, but it didnt made a difference in the output
Thanks for trying as well