Picture glance camera card

I have a picture glance card that displays a live IP camera feed

camera_image: camera.front
camera_view: live
entities: []
title: null
type: picture-glance

The camera config:

camera:
  - platform: onvif
    host: !secret front_camera_ip
    port: !secret camera_port
    name: Front
    profile: 0
    username: !secret camera_username
    password: !secret camera_password

The onvif feed has two feeds, one is profile 0 which is 1920x1080 and profile 1 is a lower quality feed 354x244
Is it possible to display the low quality feed on the picture glance but when I click into it to load up the 1080p feed?