Dynamic image src problem

not sure why but this page has been working for several years.

PAGE: https://www.marsalstudios.com/client_gallery_universal.php?gallery_id=Weddings

The page retrieves a set of dynamic images with titles from a mysql database. I upgraded to 3.8.1 yesterday and this page now doesn’t retrieve the images, just the titles. The images are in a field called front_photo_location which just contains the filename not filepath. I add the path which is shown in the code as dmx-bind:src="‘images/’+front_photo_location"

Is there a change I need to be aware of to dynamically assign the images?

Please help. My customer noticed this before I did.
Thanks,
Rick

Here is the section of code which retrieves the image for the query

<div align="center" dmx-text="" dmx-on:click="">

          <img align="center" class="mt-auto mb-auto ml-auto mr-auto w-80 img-fluid rounded flex-grow-1 flex-shrink-1 w-auto h-auto mt-xl-auto mb-xl-auto ml-xl-auto mr-xl-auto" dmx-bind:src="'images/'+front_photo_location"

            dmx-animate-inview:10.duration:200="fadeIn" dmx-animate-outview.duration:200="fadeOut" dmx-on:click="browser1.goto('client_theater_weddings.php?event_id='+event_id)" dmx-lazyload-dynamic=""><br><br>
Community Page
Last updated: