Ring Floodlight Pro Cameras

Success! (With the exception of the doorbell camera) I wasn't able to figure out how to apply these settings to 3 out of 4 tiles and a different setting to the doorbell.

Here's the code used:

Does not keep aspect ratio:

.tile.image .inset-auto img {
    object-fit: cover
}

Keeps aspect ratio:


.tile.image .inset-auto img {
    object-fit: fill
}

Credit to:

1 Like