Fixed: Percentage and relative unit widths (%, vw, em, vh) were rendered as pixels in the frontend (e.g., 100% became 100px)
Fixed: Container element now receives relative width styles instead of the<img> tag, ensuring proper resolution against the content area
Fixed: HTML width attribute is now only set for pixel values, preventing browser misinterpretation
Fixed: Images set to 100% now truly occupy 100% of the parent container regardless of natural image size
Improvements