Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Lightbox renders poorly
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Lightbox renders poorly
#39763
Re:Lightbox renders poorly 11 Years ago Karma: 0
Ari,

Same problem when I use remote content for the swf file.

Tried with images as the type. For Caption template use your first two options {$Title} and your csv file. Used my directory for images. Used keep image size and Self window as parameters and thumbnails work.

The picture overflows the bottom of the lightbox. If the image is smaller than the one in the attached image then the bottom overlay extends beyond the box on the right. But the border seems to work fine.

See picture as I'm going back to the swf file as input.



Jonathan
Last Edit: 2013/04/16 12:39 By Jonathanne.
The administrator has disabled public write access.
 
#39777
Re:Lightbox renders poorly 11 Years ago Karma: 747
This problem with site template styles. It contains global CSS rules for some HTML elements. For example the following CSS rule:

div,
ul {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

It is not a good approach. Add the following CSS rule to fix the problem:

#SLB-Wrapper,
#SLB-Wrapper DIV
{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39792
Re:Lightbox renders poorly 11 Years ago Karma: 0
Ari,

You got it. Thanks. Seems to work fine.

Jonathan
The administrator has disabled public write access.
 
Go to topPage: 12