Description
This is an inviting scene one balmy evening in Provence.
The Roman chapel nestled in the tall pine trees glows a warm pink shade.
The ground is decorated with dappled light.
All is calm.
/*============================================ 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'; } ?>
This is an inviting scene one balmy evening in Provence.
The Roman chapel nestled in the tall pine trees glows a warm pink shade.
The ground is decorated with dappled light.
All is calm.