i am using Magento 2.4.3-p1. i am facing issue block images duplicate show on email templates. Steps to reproduce issue.
- Add one custom block.and take image uploader control and add images on that block.
- After that, add new email template and add that custom block on email templates.i.e
i.e https://i.imgur.com/lBfUOhC.png
- After that, add new email template and add that custom block on email templates.i.e
{{block class="Magento\Cms\Block\Block" area="frontend" block_id="164"}}
- After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.
- After save email template configure in your system configuration order, customer or any else email template. i am seen duplicate Images.
https://i.imgur.com/w4W1Em9.png
I have tried to apply the below patch.but still it will not work for me..
I have also tried to solve issue using css, but it waswill not working
@media (max-width: 768px) {.pagebuilder-mobile-hidden {display: none !important;}} @media (min-width: 768px) {.pagebuilder-mobile-only {display: none !important;}}