devlabnet / SlideShow

SlideShow Plugin for CKEditor
16 stars 18 forks source link

no slideshow - wrong calculate left on .ad-image #8

Closed santaclaus21 closed 8 years ago

santaclaus21 commented 10 years ago

I am trying to use this gallery. Tis is almost great, but I've got some problems. Depending of website contents (main css) sometimes I can see just thumbs + empty container - but no images.

Tracking that I've found a problem. When I set

.ad-image {
  cursor: pointer;
  left: 0 !important;
}

Images are show - but aligned to left. Before that I can see in console there is left~=1365px. I would like to center it

slide1

santaclaus21 commented 10 years ago

Temporary resolved by: .slideshowPlugin { width: 400px; margin: 0 auto; }

ruznopace commented 10 years ago

.ad-image { cursor: pointer; left: 0 !important; }

will resolve the problem when thumbnaiils are visible, but when they are off, width and height of image is calculated wrong and transition horisontal and vertical doesn't work as expected.

I found that when slideshow put in the table cell this happend.

cricri042 commented 9 years ago

Hi, Can you try the last version, as I did some fix !! --Christian