Wonder whether someone can explain something I'm seeing.
I started out with an image field type - no repeater. I could access an individual image object reference, point to it's "url" property and I had a path to the image.
When the image field is in the repeater, I see the following value:
$repeater->images->url = /ProcessWire/site/assets/files/1009/
When I look in this folder, I see the image that I want, and also, another image that in this case is called "gina-bg-2.0x100.jpg" - the one I actually added was "gina-bg-2.jpg". So, firstly, I don't know where the x100 version of the image has come from?
Secondly, I want to get the full url path to gina-bg-2.jpg but I cannot seem to see a way of directly referencing it now the image is inside the repeater?
$repeater->images is a "Pageimages" type reference. How can I access each contained Pageimage?
If I specify $image->images[0], I get a "Page" type and not the Pageimage that I expect.
Any ideas appreciated!
Thanks
--Gary













