Picture Card for MJPEG with still image but shows stream when clicked/tapped?

I have

camera:
  - platform: mjpeg
    name: patio_cam
    mjpeg_url: http://192.168.2.64:8081
    still_image_url: http://192.168.2.64/picture/1/current/?_username=admin&_signature=2b53f57ddec5b41a3b9e7a4e8b3361ce1fc0fc49

To fetch the stream/image from a Pi Zero running MotionEye. But I only see the streamed image in the picture card.

Picture Card config:

- camera_view: live
    entity: camera.patio_cam
    type: picture-entity

I’ve tried many different picture cards and permutations but have not had luck yet.