Entity_picture sometimes shows wrong picture

I’ve been playing with lovelace since 86.x and overall very happy, it’s fun, and cool. I’m having an issue with some picutre entity cards on the same tab.

The issue is I have 8 photos one one tab. on my iphone if i click around from tab to tab, often when I come back to the tab with the 8 photos, they are either showing the wrong photo, or they are all the same photo. Usually a refresh fixes the issue, but it’s annoying to have to do that every time. All of my photos are sized fairly small (480x320), and under 100k in size. I could probably make them smaller, if thats the issue. Is there a recommended limit on the number of photos on a tab? size recommendations? Sometimes the photos are wrong when the entity changes from on to off.

anyway here is my lovelace code, any help is appreciated

    cards:
      - cards:
          - cards:
              - entity: group.livingroom
                image: /local/custom_lovelace/images/living_room.jpg
                name: Living Room
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/livingroom
                type: picture-entity
              - entity: group.kitchen_office
                image: /local/custom_lovelace/images/kitchen.jpg
                name: Kitchen and Office
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/1/
                type: picture-entity
            type: horizontal-stack
          - cards:
              - entity: group.master_bedroom
                image: /local/custom_lovelace/images/master_bedroom.jpg
                name: Master Bedroom
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/1/
                type: picture-entity
              - entity: group.guest_rooms
                image: /local/custom_lovelace/images/guestroom.jpg
                name: Guest Rooms and Hallway
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/1/
                type: picture-entity
            type: horizontal-stack
          - cards:
              - entity: group.theater_room
                image: /local/custom_lovelace/images/frog.jpg
                name: Theater Room
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/1/
                type: picture-entity
              - entity: group.outdoor
                image: /local/custom_lovelace/images/outdoor.jpg
                name: Outdoor and Garage
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/1/
                type: picture-entity
            type: horizontal-stack
          - cards:
              - entity: binary_sensor.doors_unlocked
                image: /local/custom_lovelace/images/outdoor_doors.jpg
                name: Locks and Doors
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/locks_doors
                type: picture-entity
              - entity: group.thermostats
                image: /local/custom_lovelace/images/ecobee.png
                name: Thermostats and Temp
                show_state: false
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/thermostats
                type: picture-entity
            type: horizontal-stack
          - cards:
              - camera_image: camera.front_door
                entity: camera.front_door
                name: Security Cameras
                tap_action:
                  action: navigate
                  navigation_path: /lovelace/cctv
                show_info: true
                show_state: false
                type: picture-entity
            type: horizontal-stack
        type: vertical-stack

Adding a couple screen shots to show what I mean better

Bad

Good