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

image shifts before centering on initial load #1

Open
kevinsuh opened this issue Sep 11, 2015 · 2 comments
Open

image shifts before centering on initial load #1

kevinsuh opened this issue Sep 11, 2015 · 2 comments
Labels

Comments

@kevinsuh
Copy link

the image loads near the center, then shifts down and to the right a few pixels. has anyone else experienced this?

@igorlino
Copy link
Owner

Hi, If you could create a plunkr to reproduce the issue would be great.

@ankit47
Copy link

ankit47 commented Feb 19, 2016

Hello,
I have a resolve this issue.
Please set padding value is zero.
Ex:-
$scope.fancybox= {
padding: 0,
}
then open popup one issue created this issue fixed by css.
Ex:-
#fbplus-close {
top: -22px;
right: -66px;
}
but border is gone. we wont border plz set outline in css property.
Ex:-
#fbplus-content{
outline: 10px solid #FFFFFF;
}

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

No branches or pull requests

3 participants