Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10543

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

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Duplicate
    • 3.0.10-RC3
    • 3.1.0-a1
    • Styles
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              doktornotor doktornotor
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: