specific scenario I have a cloth canvas placed inside a main section. How can I expand the canvas to cover the entire width and height of its container?
Here is what my current code looks like:
<div class="design_editor_div">
<canvas id="c" width="500" height="500" style="border-style:dashed;border-color:#a1a1a1;text-align:center;border-width:initial;"></canvas>
<img src="{{ '2.png' | asset_url }}" title="" alt="" style="display: none" id="img">
</div>