Swiper card in picture element?

Hi,

My dashboard is based on one picture element card in which I have the rest of the cards. Is it possible to put a swipe card in a picture element? I can’t do it :frowning:

title: Dom
background: var(--background-image)
views:
  - theme: ios-dark-mode-dark-blue
    title: Parter
    path: parter
    type: panel
    badges:
      []
      ####################################################### 
    resources:
      - url: /local/community/custom-brand-icons/custom-brand-icons.js
        type: js
      - url: /local/community/swipe-card/swipe-card.js
        type: module
      #######################################################
    cards:
      - elements:
          - type: custom:swipe-card
            cards:
              - type: sensor
                entity: sensor.temperature_158d0001720278
                name: Temperatuur
                line_width: 8
                line_color: '#FF6384'
              - type: sensor
                entity: sensor.humidity_158d0001720278
                name: Luchtvochtigheid
                line_color: '#36A2EB'
                line_width: 8

I tried something like this, unfortunately it didn’t work :frowning: also trying something like:

          - type: custom:hui-element
            cards: 
              - type: sensor
                entity: sensor.domnasq_system_temperature
              - type: sensor
                entity: sensor.domnasq_system_temperature      
            style:
              top: 50%
              left: 50%
            card_type: custom:swipe-card