CSS styling of native (inbuilt) wordpress thumbnails [closed]
The gallery_shortcode with its default styles can be found in wp-includes/media.php line 906 to 1089. There is also an article in the codex that might be useful: Gallery Shortcode. There is also a couple of filters available as you can see from the source code that you can use The gallery shortcode uses the default … Read more