g4music icon indicating copy to clipboard operation
g4music copied to clipboard

Add shadow on images

Open ejaa3 opened this issue 1 year ago • 2 comments

You could toggle in the GTK Inspector a CSS like this:

clamp image, gridview image {
	filter: drop-shadow(0px 1px 4px #0007);
}

ejaa3 avatar Aug 02 '23 23:08 ejaa3

Looks good, but how can I set individual shadow radius for different sized image? Or disable the images in list mode?

neithern avatar Aug 03 '23 00:08 neithern

I guess you can give a name to the parent widget and in the CSS select it with #parent_widget_name image { }

Or give a class to the Gtk.Image and select them with: .image_class { } 🤔

ejaa3 avatar Aug 03 '23 00:08 ejaa3