Question:
I want to scale theGatsbyImage
whenever I hover a specific content , I am using this code to fetch multiple articles , and I want to hover them independently .Answer:
It depends on what kind of styling are you applying but you can simply do:.some_fancy_classname:hover
to scale the image, for example:If you have better answer, please add a comment about this, thank you!