redcokehome / jquery-modalbox-plugin

Automatically exported from code.google.com/p/jquery-modalbox-plugin
0 stars 0 forks source link

Renew the Image Gallery Functionality #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, only one picture per Modalbox be displayed.

Original issue reported on code.google.com by steffen....@googlemail.com on 6 Nov 2010 at 11:43

GoogleCodeExporter commented 8 years ago
Hi everyone, Can a link be attributed to that picture? (i need to place a 
outgoing link on a image inside a modal window.)
thank you for answering this.

Original comment by ivedub...@gmail.com on 24 Nov 2010 at 7:06

GoogleCodeExporter commented 8 years ago
This will be a feature in a future version.

Regards,
Steffen

Original comment by steffen....@googlemail.com on 24 Nov 2010 at 8:04

GoogleCodeExporter commented 8 years ago
Hi, Can a link be attributed to that picture in gallery?
Regards
Roland

Original comment by csiget...@gmail.com on 29 Mar 2012 at 11:10

GoogleCodeExporter commented 8 years ago
Hi Roland,

use the following code to put a Picture in the modal layer:

<a class="openmodalbox" href="demopicture_kalexis_newzealand_6930.JPG">
    Demolink
</a>

OR

<a class="openmodalbox" href="javascript:void(0);" 
rel="demopicture_kalexis_newzealand_6930.JPG">
    Demolink
</a>

OR

<script type="text/javascript">
    jQuery.fn.modalBox({ 
        directCall : {
            image : 'demopicture_kalexis_newzealand_6930.JPG'
        }
    });
</script>

Best Regards,
Steffen

Original comment by steffen....@googlemail.com on 30 Mar 2012 at 6:36