MyBB Community Forums

Full Version: Images and videos not resizing on mobile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2021-12-18, 12:16 PM)SvePu Wrote: [ -> ]The problem is the plugin CSS file "mybbfancybox.css"

Edit this theme file on advanced mode and add at end:
@media only screen and (max-width: 680px) {
  .scaleimages img {
      max-width: 100%;
  }
}

Am a noob I have a temp admin account if you can help fix it
Pages: 1 2