Uploaded image for project: 'Multimedia gallery'
  1. Multimedia gallery
  2. GALL-29

Photo Gallery : insert photos landscape / portrait

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.1
    • None
    • None

      Wrong alignment when inserting landscape and portrait photo, in photo gallery (back and front)
      cf screenshot

        1. back.jpg
          back.jpg
          40 kB
        2. front.jpg
          front.jpg
          32 kB

          [GALL-29] Photo Gallery : insert photos landscape / portrait

          Laurence Aumeunier added a comment - - edited

          Due to the following css style in used skin :

          body {
            line-height:1.5em;
          }
          

          To work with "display: table", the line-height must be forced to "normal"

          .content-photo div {
          	line-height: normal;
          }
          

          Laurence Aumeunier added a comment - - edited Due to the following css style in used skin : body { line-height:1.5em; } To work with "display: table", the line-height must be forced to "normal" .content-photo div { line-height: normal; }

          FYI "display: table" is not supported by IE6 / IE7

          Raphaël Franchet added a comment - FYI "display: table" is not supported by IE6 / IE7

          Due to css style "display: table" (working for demo skin).

          Laurence Aumeunier added a comment - Due to css style "display: table" (working for demo skin).

            Unassigned Unassigned
            aslabadie Anne-Sophie Labadie (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: