Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10543

Stop cutting off images when "too" wide...

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Minor Minor
    • 3.1.0-a1
    • 3.0.10-RC3
    • Styles
    • None

      This is extremely annoying when people post screenshots, the issue can be seen in loads of thread on the forum here.

      In styles/prosilver/theme/common.css

      Find

      img {
         border-width: 0;
      }
      

      Replace with

      img {
         border-width: 0;
         max-width: 100%;
      }
      

      Same thing for subsilver2 in stylesheet.css

        1. After fix.jpg
          19 kB
          Joas Schilling
        2. Before fix.jpg
          73 kB
          Joas Schilling

            Unassigned Unassigned
            doktornotor doktornotor [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: