如何在小立方体圆角中显示图像....灯箱中的图像是圆角....实际图像在这里
http://www.defie.co/designerImages/inventoryControl.png
在下面提供我的代码
<script type="text/javascript">
Gallery.setOptions({
size: 150,
lightbox: true,
//animation: 'drop'
//speed: 500,
//closeOnEsc: true,
//slideshow: false,
//slideshow_speed: 3000,
//cube_speed: 1000
});
</script>
<style>
body {
background: #AAAAAA;
}
</style>
</head>
<body>
<div class="row">
<div class="span10">
<div class="melonhtml5_gallery">
<div data-caption="<a style='margin-left: 92px; font-size: 18px;' href='http://www.w3schools.com/' >Create</a> <div> <a style='margin-left: 92px; font-size: 18px;' >View/Edit</a> </div> <a style='margin-left: 92px; font-size: 18px;' >Labels</a>" data-image="http://www.defie.co/designerImages/inventoryControl.png"></div>
</div>
</div>