caprine
caprine copied to clipboard
Picture not loading
Hi When someone sends a photo/picture, clicking on it does not show it
I was also having this issue. For me, it turns out that the big overarching issue about not being able to enter my pin to sync all messages was also stopping images from opening full screen. See #2265.
I added the following css to the custom styles file>caprine settings>advanced>custom styles, which let me enter the sync pin. Once I had done that, I had no problems. I think there's also a way to do this temporarily in dev tools (ctrl+shift+i).
html.hide-preferences-window
div[class="x9f619 x1n2onr6 x1ja2u2z"]
> div:nth-of-type(3)
> div
> div {
display: unset;
}
This would probably be fixed by #2269
Moving to recent electron resolves the issue