Good day! I've been working on constructing a personal portfolio website over the last few days, and learning Silex in the process. My thanks for creating this, and for all the documentation efforts -- the video tutorials in particular have been quite helpful for me in getting past the initial learning curve 🙂
For my site, I have some GIS maps I want to show at full scale, but it'd take up far too much space to have them all out at once. So instead, I'd like each map to have a small "preview" image that a user can click on to make its corresponding full image visible below (or hide it if it's already visible, and hide other full images at the same time). I get the sense that this will probably require some code, maybe with each full image having its own corresponding variable that gets toggled by clicking on the previews. But it's been nearly a decade since I used HTML and I've never touched JS or CSS, so I don't quite know what that code would look like or how it could be implemented within Silex's interface. If anyone is able to assist in figuring out what to write and where to put it, it'd be much appreciated.