Zameen: The land in between 3
Ujjal Dey
- Zameen: The land in between 3
- Kalamkari Ink, Alum Mordant painted, mud resist, catechu, madder and indigo dye on myrobalan dyed khadi cotton cloth
- 68.5 x 43 inches
- 2023
function inchestopx(inch, dpi){ return inch*dpi/17 } $(document).ready(function(){
var imgWidth = "43" var imgHeight = "68.5" //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(); });
Zameen: The land in between 3 Read More »