Hi,
When I see my website on a Retina display, some images not show up (in detail those which are inside a Tab or Accordion), on others device the images appear without problem. Both images (image.jpg & image@2x.jpg) are upload.
This is what appears related to the images - Inspect element:
img[Attributes Style] {
width: 0px;
height: 0px;
}
I think this issue occurred after update the theme.
I hope you can help to resolve this issue. Thanks.