MyBB Community Forums

Full Version: [1.8] Image Resizer (Show real size of scaled image)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2014-09-06, 02:46 PM)ThePanda Wrote: [ -> ]Works great, thank you very much.

Thanks for feedback Big Grin
Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg
(2015-03-21, 01:51 AM)nollidnosnhoj Wrote: [ -> ]Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg

try increase z-index value in global.css ...
(2015-03-21, 02:03 AM)martec Wrote: [ -> ]
(2015-03-21, 01:51 AM)nollidnosnhoj Wrote: [ -> ]Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg

try increase z-index value in global.css ...

Increased it to 40, and still the same thing happening.
(2015-03-21, 02:55 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 02:03 AM)martec Wrote: [ -> ]
(2015-03-21, 01:51 AM)nollidnosnhoj Wrote: [ -> ]Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg

try increase z-index value in global.css ...

Increased it to 40, and still the same thing happening.

after increased, you need clean cache and if use cloudflare, need clean cache of cloudflare too.
and if not work with 40 need increase more.., try something 9999999 etc....
(2015-03-21, 03:05 AM)martec Wrote: [ -> ]
(2015-03-21, 02:55 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 02:03 AM)martec Wrote: [ -> ]
(2015-03-21, 01:51 AM)nollidnosnhoj Wrote: [ -> ]Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg

try increase z-index value in global.css ...

Increased it to 40, and still the same thing happening.

after increased, you need clean cache and if use cloudflare, need clean cache of cloudflare too.
and if not work with 40 need increase more.., try something 9999999 etc....

I cleaned up my cache, the forum's cache, and the cloudflare cache, and increased the z-index to 99999999999999999 and nothing happened.
(2015-03-21, 03:14 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 03:05 AM)martec Wrote: [ -> ]
(2015-03-21, 02:55 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 02:03 AM)martec Wrote: [ -> ]
(2015-03-21, 01:51 AM)nollidnosnhoj Wrote: [ -> ]Hi martec!

Is there a way where the full image shows outside of the forum container?

Or better yet, shows a model box instead?

http://i.imgur.com/hZ4c00n.jpg

try increase z-index value in global.css ...

Increased it to 40, and still the same thing happening.

after increased, you need clean cache and if use cloudflare, need clean cache of cloudflare too.
and if not work with 40 need increase more.., try something 9999999 etc....

I cleaned up my cache, the forum's cache, and the cloudflare cache, and increased the z-index to 99999999999999999 and nothing happened.

i see you forum now...
problem with your theme...
remove overflow: hidden; in #content

#content {
width: auto !important;
padding: 10px;
overflow: hidden; (this line)
}
(2015-03-21, 03:31 AM)martec Wrote: [ -> ]
(2015-03-21, 03:14 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 03:05 AM)martec Wrote: [ -> ]
(2015-03-21, 02:55 AM)nollidnosnhoj Wrote: [ -> ]
(2015-03-21, 02:03 AM)martec Wrote: [ -> ]try increase z-index value in global.css ...

Increased it to 40, and still the same thing happening.

after increased, you need clean cache and if use cloudflare, need clean cache of cloudflare too.
and if not work with 40 need increase more.., try something 9999999 etc....

I cleaned up my cache, the forum's cache, and the cloudflare cache, and increased the z-index to 99999999999999999 and nothing happened.

i see you forum now...
problem with your theme...
remove overflow: hidden; in #content

#content {
width: auto !important;
padding: 10px;
overflow: hidden; (this line)
}

Thanks! It works!
please, can i set the initial max image size?

thank you!
Thanks for this Big Grin
Pages: 1 2 3