PECE-project / drupal-pece

PECE development repository
GNU General Public License v3.0
20 stars 28 forks source link

User's Guide: expand images when clicked #39

Open ibara opened 5 years ago

ibara commented 5 years ago

Not limited to just the User's Guide, but it would be nice if you could click on an image and have it expand in size (particularly useful for the data model!).

ibara commented 5 years ago

This simple, no-code-needed solution is to make a smaller version of the image in Photoshop of GIMP and then wrap it in a link to the full-sized image and just let the browser deal with it:

[ ![](small.jpg) ](large.jpg)

Or perhaps even easier:

[![](img.jpg)](img.jpg)