I\'m working on a project where I need to make modifications in more then 500 images to give outerglow on hover effect. I will need to modify each image to give
I prefer to generate such glows with a bit of stacking. The first image uses the following CSS filter rule:
blur(5px) grayscale(1) sepia(1) saturate(10000%) invert(1)
This gives you a somewhat larger than the base 'bottle' glow in blue.
Then load a second copy of the image at the same coordinates, giving you the bottle with a transparent background atop the blurred blue 'halo' with a similar transparent background.