Pixelation

General => General Discussion => Topic started by: l0rdtaz on February 03, 2006, 09:48:01 am

Title: Zooming the pictures does not work anymore.
Post by: l0rdtaz on February 03, 2006, 09:48:01 am
Since the forum got back up, zooming the pictures by clicking on them doesn't work. I hope you will fix this soon, since i'm running with 1600x1200 resolution and want to be able to see the nice pixel arts.
Title: Re: Zooming the pictures does not work anymore.
Post by: Helm on February 03, 2006, 10:06:28 am
we are aware. working on it.
Title: Re: Zooming the pictures does not work anymore.
Post by: Mr.Modem on February 03, 2006, 02:12:13 pm
If you use Firefox you can right-click on the image and select zoom from the menu.
Title: Re: Zooming the pictures does not work anymore.
Post by: l0rdtaz on February 06, 2006, 09:30:44 am
I use Opera so i can zoom the whole window with the + and - key
Title: Re: Zooming the pictures does not work anymore.
Post by: Razz on February 06, 2006, 10:58:04 pm
If you use Firefox you can right-click on the image and select zoom from the menu.
What extention thing is that?
Title: Re: Zooming the pictures does not work anymore.
Post by: crab2selout.png on February 06, 2006, 11:08:12 pm
image_zoom or colorzilla
Title: Re: Zooming the pictures does not work anymore.
Post by: goat on February 09, 2006, 03:56:33 am
Fixed.
Title: Re: Zooming the pictures does not work anymore.
Post by: ZeroByte on March 16, 2006, 08:56:25 am
Sorry for the threadcromancy but can I make a little request? Slow connections make initializing the zoom script slow as every element in the page has to load first. Theres a way to make the script initialize once just the HTML is loaded. I'm not sure how editable the template for this forum is but if you can edit everything, you can put the following code after the closing body tag:

Code: [Select]
<script language="JavaScript" type="text/javascript"><!--
initZoom();
//-->
</script>

"window.onLoad=initZoom" should also be edited out from the script. Just a little plea from a 56k-er >_<
Title: Re: Zooming the pictures does not work anymore.
Post by: Sohei on January 11, 2013, 04:50:12 am
I'm sorry, to bring this very old thread up, but the zoom function no longer works for me.  I'm using Firefox 3.6.4. 
And the only reason I was using it — pixel forums zoom function. Because other browsers blured pictures on the output.

Can you fix a script to be more crossplatform? Or maybe suggest a way to remove blur effect from Chrome?

I have a copy of a 3 years old script from here, that worked perfectly fine
http://pastebin.com/ZcRFEUZu
Title: Re: Zooming the pictures does not work anymore.
Post by: Crow on January 11, 2013, 07:09:19 am
You should upgrade to a newer version. 3.x is rather old by now, and there is no reason to stick with it, especially considering several security updates which have been made (I suppose). Zooming works perfectly fine using the latest version of Firefox, without any interpolation.
Title: Re: Zooming the pictures does not work anymore.
Post by: yrizoud on January 11, 2013, 07:58:04 pm
Zooming with click and control+click work fine on Firefox 3.6.3. Maybe your problem is not related to Pixelation's script.
(Why stay at Firefox 3.6 ? In my case, it's on a machine running windows 98. I still run a lot of oldies there.)
Title: Re: Zooming the pictures does not work anymore.
Post by: Sohei on January 13, 2013, 12:09:17 pm
The issue is now fixed. Thank you.

Zooming with click and control+click work fine on Firefox 3.6.3. Maybe your problem is not related to Pixelation's script.
No, it's not on my side. I've checked it beforehand on pixeljoint, both gallery and forum. It worked. It also worked on a page I made myself with a code posted on pastebin.
I can tell that there are some changes in present script that fixed my issue.
Title: Re: Zooming the pictures does not work anymore.
Post by: Crow on January 13, 2013, 12:16:02 pm
I only removed some logging code. It's possible that Firefox 3.x just ignored the whole script because there was no console object.