This is a migrated thread and some comments may be shown as answers.

logo issue

1 Answer 41 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael
Top achievements
Rank 1
Michael asked on 25 Oct 2013, 07:19 PM
I started with a sample app, and changed:

.logo {
    background-image:url(../styles/images/icenium.png);
    background-repeat:no-repeat;
    width:185px;
    height: 155px;
    margin:20px auto;
}

to:

.logo {
    background-image:url(../styles/images/My_Logo.png);
    background-repeat:no-repeat;
    width:185px;
    height: 115px;
    margin:20px auto;
}

In the simulator, the new logo image appears, but if I build and deploy onto a device, the old logo still shows up. If I delete the div with the logo class, it goes away - as it should. But if I leave it there, it seems to mysteriously want the icenium logo whether there's a reference to it or not.

Is the new image not being deployed for some reason and somehow the icenium logo is the default for an invalid image path??

1 Answer, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 25 Oct 2013, 07:56 PM
My mistake. I failed to notice the: /* RETINA DISPLAY STYLES*/

area of the style sheet. The simulator defaults to the standard set. The devices are using the 2x set.
Tags
General Discussion
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Share this question
or