Here’s a quick CSS trick to set the image size per link
- add this to your custom css
/* ================== Shrink Images by doing  ================== */ .node-displayed-image[src$="#75"] { max-width: 75%; max-height: 75%; } .node-displayed-image[src$="#50"] { max-width: 50%; max-height: 50%; } .node-displayed-image[src$="#25"] { max-width: 25%; max-height: 25%; }
- for each image, now you can specify your resize anchor tags by doing things like:
  