|
|
|
fancybox ปรับขนาดไม่ได้ครับ และเวลา onLoad มันจะช้ามากครับ |
|
|
|
|
|
|
|
คุณต้องกำหนด
'type' : 'iframe'
หรือไม่ก็ swf มันถึงจะกำหนดค่า width height ได้
|
|
|
|
|
Date :
2013-06-26 13:41:18 |
By :
WiTT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forbidden
You don't have permission to access /doublepine/<img src="skin/ds/intro-ds.jpg" /> on this server.
Code (PHP)
<script type="text/javascript">
$(document).ready(function() {
$('.fancybox').fancybox();
$.fancybox(
'<img src="skin/ds/intro-ds.jpg" />',
{
'type' : 'iframe' ,
'height': 357
}
);
});
</script>
มันขึ้นแบบนี้ครับไม่รู้ว่าถูกไหมครับ
|
|
|
|
|
Date :
2013-06-26 15:13:27 |
By :
kenghockey |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ความกว้างกําหนดได้ครับ แต่ความสูงถึงกําหนดไม่ได้ครับ
Code (PHP)
<script type="text/javascript">
$(document).ready(function() {
$('.fancybox').fancybox();
$.fancybox(
{
'width': 597,
'height': 357,
'autoScale': false,
'transitionIn': 'fade',
'transitionOut': 'fade',
'type': 'iframe',
'href': 'http://localhost/doublepine/skin/ds/intro-ds.jpg'
}
);
});
</script>
|
|
|
|
|
Date :
2013-06-26 16:22:28 |
By :
kenghockey |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|