Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Cozmoz365

    (@cozmoz365)

    I have added a hot patch for this as follows:

    .justify-content-center {
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
    Thread Starter Cozmoz365

    (@cozmoz365)

    I have also added the following due to an issue in Safari 8:

    .blocks-gallery-item,
    .blocks-gallery-image {
         display: block!important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The WordPress Gallery on iOS’ is closed to new replies.