-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thumb descentre #27
Comments
Hi, I checked with Chrome, Firefox and Edge on Windows and it looks fine. Can tell me which browser are you checking with? |
Hi Dejan.
and it works ok, but when I click a Thumb into a album, the photo that returns is the Facebook original size, ( it´s out of the screen) and facebook share and add this share did,t appears. showComments: null, I try to put an iframe like this: <iframe src="http://www.applicare.es/php/src/test src.html" max-width="100%" height:"auto"=""></iframe>and it works, (return size photo thumb, addthis & Facebook like&share), but in this case the problem is that lightbox appears always on the top of the screen, and the arrows in the middle ( i´m looking the way to aligned the arrows w with the lightbox, or implement lightbox transition with finger slide). post data: sorry about my english thanks El 21/08/2015, a las 13:08, Dejan Stojanovic [email protected] escribió:
|
Hi, I see what's the problem now. I'll try to fix the alignment for the thumb but for the light box it's something I was not able to solve with css. |
@dchicon I checked with the test page and it looks like some of your styles are interfering with plugin styles. Will try to find which ones are causing the issue. |
Hi Dejan. About the descentered thumbs, I´ve got it. var photoThumb = $("", { style: "margin-left:" + marginWidth + "px;display:none;", "data-id": $(result.data).get(a).id, class: "fb-photo-thumb", "data-src": albumImg.source, src: "" }); It´s looks like marginWidth did´t work. I´m still have the problem with my app (in localhost the plugin works perfectly) :
Any idea?
|
Hi @dchicon, |
Hi Dejan
the albumThumb are centered, but not photoThumb
Taking a look js code I see:
var marginWidth = 0;
var photoThumb = $("", { style: "margin-left:" + marginWidth + "px;display:none;", "data-id": $(result.data).get(a).id, class: "fb-photo-thumb", "data-src": albumImg.source, src: "" });
it doesn´t work: photoThumb appears alway from left to right.
Some help to center the thumb?
Thanks
The text was updated successfully, but these errors were encountered: