if you post photography or art on here you may have noted that adding alt text to an image has effects you may find undesirable: it adds a caption to the image which cannot be turned off, and it drastically reduces the size of your image in full-screen view.
this adds invisible paragraph to your post which should be readable with screen readers; I've tested it with NVDA's browse mode. add the following tags, and write your image description between them:
<div style="clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;position:absolute">Image description here.</div>
I'd appreciate input from anyone who actually uses a screen reader for accessibility. I've only tested to make sure this functions, but without input I might be missing something unfriendly about this that I don't know about. i've placed an invisible paragraph below this one to try it out.

