
Click on the image to see it larger.
The Bog Cloud, ©John O’Grady, 2014
Oil on Panel, 6″x 9″
SOLD
It’s twilight over the bog, distant lights are coming on and the stars are starting to appear.
A single cloud drifts silently over the quiet bog.
/*============================================ 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'; } ?>