John O’Grady Art
Curious to discover what my next painting will look like?
Opt-in for updates and occasional special offers
I work to keep your email safe
and
You can unsubscribe at any time
/*============================================ Change the image size on blog module =============================================*/ add_filter( 'et_pb_blog_image_height', 'blog_module_image_size_h' ); add_filter( 'et_pb_blog_image_width', 'blog_module_image_size_w' ); function blog_module_image_size_h($height) { return '9999'; } function blog_module_image_size_w($width) { return '9999'; } ?>
John O’Grady Art
Curious to discover what my next painting will look like?
Opt-in for updates and occasional special offers
I work to keep your email safe
and
You can unsubscribe at any time