Age | Commit message (Collapse) | Author |
|
- fixed for new jQuery.
- removed unnecessary CSS.
- fixed bug where small images would get oversized when the window was resized.
- refactored a few other things.
|
|
This way small images on pages with a ton of comments don't get pushed
way down. Fixes #1626.
|
|
to integer. Fixes overflow probelm that causes #1490. Thanks to
nkinkade for the fix.
|
|
#1541.
|
|
|
|
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
|
|
the dimensions is greater than the browser window size. Fixes #695
|
|
|
|
1) remove close button
2) extend the grey overlay to the document size
3) allow any keypress to close the fullize image
4) click on the fullsize will close
|
|
in gallery.common.js
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
|
|
and have some basic namespacing:
showMessage --> gallery_show_message
vAlign --> gallery_valign
showLoading --> gallery_show_loading
Convert gallery.show_full_size.js to be a jQuery function and give it a namespace:
show_full_size --> gallery_show_full_size
|
|
native types.
|
|
available to themes that want to use it. It should probably
eventually be generalized away from just being for full sized images,
but it's a step in the right direction.
Fixes ticket #427.
|