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.

image_transcoder.php?o=sys_images_editor&h=1693&dpx=2&t=1700488420

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}
  • 533
  • More
Replies (7)
    Login or Join to comment.