Changing Magento 2 Page Builder Images to use and srcset
I am trying to change the magento2 page builder image to include picture and source set tag. I made a module app/code/[Vendor]/PageBuilder/view/adminhtml/web/template/content-type/image/full-width/master.html I want to changed this code: <figure attr=”data.main.attributes” ko-style=”Object.assign({}, data.main.style())” css=”data.main.css”> <a if=”data.link.attributes().href” attr=”data.link.attributes” ko-style=”data.link.style” css=”data.link.css”> <img attr=”data.desktop_image.attributes”… Read More »Changing Magento 2 Page Builder Images to use and srcset