Yair Even Or
Yair Even Or
what does this solves? I would like to understand what problem drove you to do these changes
well, it should be a relative path from the triggering element, to the thumb, assuming they both are inside a shared element
what is the js code you initialize photobox with?
use it like this: ## HTML ``` open open ``` ## Javascript ``` $('#gallery').photobox('a', {thumb:'+ img'}); ``` so the `+ img` will select the `img` which is just the next...
yes, you just need to pass the right selector, for parent use ':parent'. read more here - http://jqapi.com/#p=parent-selector
ok I see...it's a bit of a difficult situation. how does an item of the gallery looks like in terms of DOM?
but what is the actual bug this line might cause? is there any reference to the bug like a link?
is this a reported bug for webkit/blink? I assume it happens with those on Mobile, and not with Firefox-based mobile browsers, correct?
It is a problem to detect if the pinch caused the zoom (and not setting the zoom manually in the browser or with the mouse CTRL+mousewheel) There are discussions about...
I guess it's because you are using Chrome. (chrome has an annoying rasterize engine which unfortunately hinders enlarged images (when using CSS `scale` transform) On Firefox this problem does not...