Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-4259

Zoom of image field crops image

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Neutral Neutral
    • None
    • None
    • None

      Because the image is zoomed to original size, it might appear cropped (by browser viewport).

      A simple solution could be to restrict zoomed images to window size through CSS:

      img.overlay-child {
        max-width: 100%;
        max-height: 100%;
      }
      

        Acceptance criteria

              Unassigned Unassigned
              creichenbach Cedric Reichenbach
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD