I am new to hubl code template development.. I am looking for some way to adjust the position of image in the same template.. I want image to go slightly out of screen for the same wanted to "object-fit" property of css.. but I am stuck with adding this property on this hubl module.. can anyone please help me with this this is my code snippet
{% dnd_module path="@hubspot/linked_image",
img={
"alt": "my portal image",
"loading": "lazy",
"max_width": 650,
"size_type": "auto_custom_max",
"src": get_asset_url("./images/Portal.png"),
},
horizontal_alignment="RIGHT",
%}