Jump to content
  • Status: Moved to Github

After updating to 5.0.2 - all cover photos in Gallery categories were removed.

cover.png

When inspecting the source code, these images are present in the code, but are not displayed

User Feedback

Recommended Comments

Adlago

Clients

After stop z -index in to code

.ipsData--wallpaper .ipsData__image, .ipsData--wallpaper .ipsFigure {

  1. position: absolute;

  2. top: 0;

  3. left: 0;

  4. right: 0;

  5. bottom: 0;

  6. /* z-index: -3; */

  7. border-radius: 0;

}

cover photo is displayed

PS. If z-index:3; also cover photo is displayed