How to handle a background-size: cover image in WordPress?

Have you tried to add the background size “cover” inline as well, like so

 <section class="hero" style="background: url('<?php echo $hero_image['url'];?> ') cover;" xmlns="http://www.w3.org/1999/html">