Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Zoom effect on click
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
an  
View profile  
 More options Feb 11, 1:13 pm
From: an <anep...@gmail.com>
Date: Sat, 11 Feb 2012 10:13:03 -0800 (PST)
Local: Sat, Feb 11 2012 1:13 pm
Subject: Zoom effect on click
Hello! Thank you for colorbox!

Problem:

Colorbox have 2 option of transition: fade and elastic. How to add
zoom effect? For example how there  _highslide.com/#examples ?

Thank you, Sergey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jack Moore  
View profile  
 More options Feb 11, 1:46 pm
From: Jack Moore <j...@colorpowered.com>
Date: Sat, 11 Feb 2012 13:46:59 -0500
Local: Sat, Feb 11 2012 1:46 pm
Subject: Re: Zoom effect on click
colorbox doesn't support that feature.

--
Jack Moore
jacklmoore.com
twitter.com/jacklmoore

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
రామ్ రెడ్డి సిద్దెంకి  
View profile  
 More options Mar 1, 7:54 am
From: రామ్ రెడ్డి సిద్దెంకి <ramramreddy...@gmail.com>
Date: Thu, 1 Mar 2012 18:24:06 +0530
Local: Thurs, Mar 1 2012 7:54 am
Subject: Re: Zoom effect on click

Hello!.....

I was trying colorbox iframe width and height *auto*-resize its working
fine but problems is in IE  Its not working please help me..................

Please find the bellow code:

<script>
  $(function() {
      if (!$.fn.colorbox) return;
      // Initialize Colorbox for the IFRAME links, setting a loading width
and height and
      //   telling Colorbox to wait until the IFRAME finishes before
calling onComplete
      $(".iframe").colorbox({
      "iframe": true,
      slideshow:true,
      "fastIframe": false,
      "innerWidth": 100,
      scrolling: false,
      "innerHeight": 100,
      "onComplete": function() {
          // Do some work to automatically calculate the height and width
of the IFRAME's content
          var iframe = $("iframe.cboxIframe"),
          body = iframe.contents().find("body"),
          floatStyle = body.css("float");
          // Float the BODY so that it assumes a minimal width
          body.css("float", "left");
          // Resize the colorbox
          $.colorbox.resize({ "innerWidth": body.width(), "innerHeight":
iframe.contents().height() })
          // Remove our float style on the BODY
          body.css("float", floatStyle);
      }
      });
  });
        </script>

--

*[image: bestregards]*

Ram Reddy.S

09964815581
**

  image001.gif
8K Download

  image003.gif
43K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »