Hello, even if IE11 currently accounts for around 5% of usage worldwide, since when the bug in the phpBB software for thumbnails "started" (?).
My observation shows that those smaller than 701px of a resolution are no longer displayed responsively. The graphics *)
(width into postbody for dl.thumbnail dt a img) are "cut off"(!). Why ...

I would be reluctant to exclude the users of that browser and deliver a horizontal scrollbar. Is the thought necessary or should it be filed?
My simple personal solution is - at this moment:
prosilver
content.css / custom.css (???)
=>
Code: Select all
/* Prevent horizontal scrollbars on thumbnails-responsive e.q. IE11 not working anymore smaller 701px so we need a workaround content-css
-------------------------------------------------------------------------------------------------------------------------------------------- */
dl.thumbnail dt a img {
width: 100%;
height: auto;
}
Thank you for your feedback and best regards
Edit: *)