You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if we click on an image in desktop mode, it opens up in a modal sort of way as shown in the above screenshot. Clicking on the image or on the right side of it closes the modal and reverts back to normal mode but clicking on the left doesn't close it leading to some users identifying it as a bug.
See if you can change it such that when clicking on the left side also, the modal is closed.
Ig its an issue with the theme since its divided into two portions one the main logo and the other is the post content. Since the image is opened from the post side we have to click on the post side to close it.
Ahh okay. Couldn't see any issues related to this one in the anatole github.
Maybe it's possible to do some inspect element trick and have a transparent background which when clicked adds the same css to close the image. Or Ig if there's more demand for this feature (of being able to close the modal from either sides) to be implemented in our blog, we could try raising a new issue with anatole and see their response.
Let's keep the issue open in case anyone has some clever hacks/suggestions/more demand for the feature.
Right now if we click on an image in desktop mode, it opens up in a modal sort of way as shown in the above screenshot. Clicking on the image or on the right side of it closes the modal and reverts back to normal mode but clicking on the left doesn't close it leading to some users identifying it as a bug.
See if you can change it such that when clicking on the left side also, the modal is closed.
Possible Mentor: @alanphil2k01
The text was updated successfully, but these errors were encountered: