Skip to content
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

Problem of displaying in Safari #55

Open
orso081980 opened this issue Nov 10, 2016 · 1 comment
Open

Problem of displaying in Safari #55

orso081980 opened this issue Nov 10, 2016 · 1 comment

Comments

@orso081980
Copy link

Good morning Dejan,
I'm working with your app and it's fantastic. Very easy to use, free, customizable.. Just fantastic.
The only problem that I've had so far is that my picture are weirdly display in Safari.
I'm trying to fix it but I haven't understood if the problem is in the css or in the javascript.
Essentially it's a style problem:
Here's my link:

http://christmascheerbarrie.com

As you can notice the picture are display differently: in chrome the picture are aligned, in safari some of them are not.

Any suggestion?

Thank you in advance for your help

@orso081980
Copy link
Author

Actually I solved. In my style I changed the img in this way:

.fb-album-container img {
height: initial;
max-width: initial;
vertical-align: middle;
}

to

.fb-album-container img {
height: 173px;
max-width: initial;
vertical-align: middle;
}

So the problem was that I set an initial width, which is fine in chrome, but it doesn't work in safari that requires a fix width I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant