Is there a way to have these two cards even in love lace?

resources:
  - url: /local/custom-lovelace/upcoming-media-card/upcoming-media-card.js?v=0.2.2
    type: js
  - url: /local/custom_ui/ecobee-card.js
    type: js
  - url: /local/card-modder.js
    type: module
  - url: /local/custom_ui/weather-card.js
    type: js
  - url: /local/custom_ui/layout-card.js
    type: js
  - url: /local/custom_ui/dark-sky-weather-card.js
    type: js
  - url: /local/custom_ui/layout-card.js
    type: js
  - url: /local/custom_ui/mini-media-player.js?v=0.9.2
    type: module


name: Test
views:
  - id: 0
    title: Home
    panel: true
    cards:
      - type: custom:layout-card
        layout: vertical
        cards:
          - type: entities
            title: Forecast
            entities:
            - type: custom:weather-card
              entity_weather: weather.yweather
              entity_sun: sun.sun
          - break
          - type: picture-entity
            title: Ring Camera's Front Door
            entity: camera.front_door
            camera_image: camera.front_door
            show_info: true
            tap_action: dialog

Try putting them inside a horizontal stack nested in your vertical stack.