Hello, new to Lemmy. I’m using a mobile browser, and currently when I want to expand images in my feed, I manually click the icon on the top right of each post. Is there a setting that I can configure so that it will
look like this by default,
rather than this?
Not sure but I did find this: https://code.whatever.social/questions/347512/fake-click-to-activate-an-onclick-method which can be used to autoclick
Looks like I’d have to find the element ID of each image and pass it to the function. Even then it doesn’t seem like it’s only applicable for desktop browsers.
Either way, thanks.