Adding Image Fluid Class to Images

Permalink
I am using bootstrap V4 so not V3 that comes with C5. I can't attach the responsive img-fluid class to an image block?

I have added this in my page_theme.php but it is only available on the block therefore it does not attach itself on the img tag.

'image' => array(
'img-fluid',
),