Displaying images outside the block
To prevent images and videos from going beyond the block boundaries on some tablets, you can change just one line in the styles, but this will work until the next update.
So if you want to avoid this problem, just add these lines to your styles:
.bx-media-tablet .bx-def-constraint-iframe iframe, .bx-media-tablet .bx-def-constraint-img img {max-width : 100%!important}
-
- · Tajrebatee
- ·
@Ivan Mishchenko Thanks a million!!! 🙏
I am wondering if UNA team can look into this and fix it for next updates. @Alex T⚜️ @LeonidS
-
- · Tajrebatee
- ·
Do I add that as "custom" to my current template?
-
Yes, in Artificer > Styles > Custom Styles.
-
Thanks a lot!!
-
- · Tajrebatee
- ·
Fixed:
-
-
·
Alex T⚜️
- ·
thank you for the report
-
·
Alex T⚜️
-
The line: “.bx-media-tablet .bx-def-constraint-img img” can be removed, since this was fixed in version 13.1.0. But “.bx-media-tablet .bx-def-constraint-iframe iframe {max-width: 100%!important}” is better left.