caprine icon indicating copy to clipboard operation
caprine copied to clipboard

Picture not loading

Open grosjo opened this issue 10 months ago • 2 comments

Hi When someone sends a photo/picture, clicking on it does not show it

grosjo avatar Feb 22 '25 04:02 grosjo

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

dlbs0 avatar Mar 26 '25 21:03 dlbs0

Moving to recent electron resolves the issue

grosjo avatar May 15 '25 21:05 grosjo