connecting repeater images to urls?

I have two fields in a database, the first field is the image base url, the second is the image address. There are 12 images in total in 12 fields
How do we connect /code repeater to display the images
Example
image base url field = http://i0.carsie.ie/
small image 1, 2, 3 e.g ZmU4OGZjYzE0NzgxYzViMzA1Yjc1OWMwODEzNWI4ZTNS-zNkx_vE-vtB7QT5v1b1MTgzMTM0Ni0zNTA3NTczMC5qcGd8fHx8fHx8fHx8fDQwMHgzMDA=.jpg

image = base+smallimage(+ index) =
http://i0.carsie.ie/ZmU4OGZjYzE0NzgxYzViMzA1Yjc1OWMwODEzNWI4ZTNS-zNkx_vE-vtB7QT5v1b1MTgzMTM0Ni0zNTA3NTczMC5qcGd8fHx8fHx8fHx8fDQwMHgzMDA=.jpg

DC