Technologies needed: JS, wikicode, Vue, MediaWiki REST API
The goal is to allow viewing any article image in large size. When a Wikidocumentaries page article is expanded, the images in the article could open into full-screen when clicked, similar to this: https://fat.github.io/zoom.js/. Such code exists also for Vue, for example https://github.com/francoischalifour/medium-zoom
Details from @Susannaanas: I have been thinking about zooming the images in the article flow, once you have opened the article from the “expand” button and are viewing it with the images left to the text flow. The idea would be to enlarge an image by clicking on it. Currently, the link on the image leads [to its page on Wikipedia]. One of the problems is that the image on the page is low-res, and the image needed for the bigger view needs to be a different one.
Current behavior: The wikipedia page of this image is opened when clicked. This behavior should be overrided when the image is clicked to open into full-screen instead.