Hide empty elements from content collection

I think I’ve solved it. What do you think about browser-compatibility on this one.

Added this to custom HEAD-code.

<style>
div.videodiv:empty { display: none }
</style>

Tomas

2 Likes