English 中文(简体)
but子帮助器和Thumbnail帮助器
原标题:fancybox with button helper and Thumbnail helper

How can I add fancybox with the button helper and thumbnail helper?www.un.org/Depts/DGACM/index_spanish.htm And is it possible for the(button helper) to be put under the image so that I can watch and select which I want to see?

the

$(document).ready(function() {
$(".fancybox-button").fancybox({
    prevEffect      :  none ,
    nextEffect      :  none ,
    closeBtn        : false,
    helpers     : { 
        title   : { type :  inside  },
        buttons : {}
    }
iii

iii

以及umb

$(document).ready(function() {
$(".fancybox-thumb").fancybox({
    prevEffect  :  none ,
    nextEffect  :  none ,
    helpers : {
        title   : {
            type:  outside 
        },
        overlay : {
            opacity : 0.8,
            css : {
                 background-color  :  #000 
            }
        },
        thumbs  : {
            width   : 50,
            height  : 50
        }
    }
iii

iii

www.un.org/Depts/DGACM/index_spanish.htm

I am a bit new with JavaScript I couldn t get it to work.www.un.org/Depts/DGACM/index_spanish.htm What I am trying to do is mix them together and put the on the bottom

P.S. Can 我也使用一些原始盒子th子帮助器与YouP视频合作?

最佳回答

您还必须装上<代码>jquery.fancy Box-buttons和jquery.fancy Box-thumbsjs cs 档案,但箱内正常js和 c文件除外。 他们属于齐普案卷的子标题“助手”。

问题回答

暂无回答




相关问题
How to access thumbnail cache of vista and 7 using c#

I wanted to access the thumb cache of vista and 7 to be used in my ImageList. I know how to do it in XP by means of the thumbs.db files, but in vista and 7 the thumbs.db is not present so how will i ...

User-Defined Thumnails for Django Project?

I m putting together a Web site that makes heavy use of images. Those images need to be thumbnailed at various sizes to fit different templates. I m aware of solutions like sorl-thumbnail, which ...

How to thumbnail faster in c#

I m trying to thumb an image as fast as possible regardless of the usage of resources to be used in my ImageList and listview and this is currently how i m doing it but it seems to be slow: public ...

CGImage create thumbnail image with desired size

I want to create the thumbnail using the CG. It creates the thumbnails. Here i want to have the thumbnail with the size 1024 (with aspect ratio.) Is it possible to get the desired size thumbnail ...

IThumbnailProvider and IInitializeWithItem

I am trying to develop an IThumbnailProvider for use in Windows 7. Since this particular thumbnail would also be dependant on some other files in the same directory, I need to use something other than ...

热门标签