The Mother Earth Series-2

Waswo X. Waswo
- The Mother Earth Series-2
- Mineral pigments, gouache, and gold on wasli paper
- 10 x 16 inches
- 2024
function inchestopx(inch, dpi){ return inch*dpi/17 } $(document).ready(function(){
var imgWidth = "16" var imgHeight = "10" //alert(imgVal?imgVal:'300') $('#viewImage').attr('width', imgWidth?inchestopx(imgWidth ,96):'300') $('#viewImage').attr('height', imgHeight?inchestopx(imgHeight ,96):'300') $('#view-image').click(function(){ $('.view-image-modal').addClass('show'); }); $('.image-modal-close').click(function(){ $('.view-image-modal').removeClass('show'); });
//$('.view-in-zoom').hide(); $(".view-room").click(function(){ $('.view-in-zoom').addClass('show'); $('.view-in-zoom').css('z-index', 1); //$('.view-in-zoom').show(); }); $(".view-close").click(function(){ //$('.view-in-zoom').hide(); $('.view-in-zoom').removeClass('show'); $('.view-in-zoom').css('z-index', 0); }); $(".view-in-zoom").click(function(){ //$('.view-in-zoom').hide(); });
$(window).resize(function() { var $box = $('#viewImage');
// To center the box var boxLeft = ($(window).width()) / 2 - ($box.width() / 2), boxTop = ($(window).height()) / 2 - ($box.height() / 2);
$box.css({ left: boxLeft, top: boxTop, width: (imgWidth?inchestopx(imgWidth,96):'300').toFixed(0), height: (imgHeight?inchestopx(imgHeight,96):'300').toFixed(0) }); }).resize(); });
The Mother Earth Series-2 Read More »