This WordPress Plugin allows to dynamically list images from Media Library on Pages and Posts using a shortcode.
Note
This is a drop-in plugin, not officially obtainable from the WordPress Plugin Directory. You have to download & install it manually to your WordPress site!
Once activated, you can use the Shortcode
-block with the following contents in any Post or Page, in to display a list of recent images from the Media Library:
[show_images]
You can customize the output of the shortcode by adding parameters to the shortcode:
[show_images limit="10" size="thumbnail" link="false" random="true"]