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

landing pages images don't load in safari #1

Open
gabpaquin opened this issue Dec 8, 2016 · 4 comments
Open

landing pages images don't load in safari #1

gabpaquin opened this issue Dec 8, 2016 · 4 comments
Assignees
Labels

Comments

@gabpaquin
Copy link
Contributor

Aslo I saw that we are using some google fonts which make the loading time longer, can we remove it?

@skyred
Copy link
Member

skyred commented Dec 8, 2016

Is it just landing page or event page images not loading, too?

Any clue you can find in debugging console?

@gabpaquin
Copy link
Contributor Author

I can only see the header, techyizu_header_bg.jg, but the images under event/images don't seems to load:
screen shot 2016-12-08 at 3 56 01 pm

@skyred
Copy link
Member

skyred commented Dec 9, 2016

There might be some errors in your browser console log. We will meet and test tomorrow.

@skyred
Copy link
Member

skyred commented Dec 10, 2016

Each tile HTML is supposed to be like this below:

<div class="tile blue-300">
          <a class="event-link" href="event/open-data-shanghai-2016">
            <div class="chip-top" style="background-image: url(&quot;/events/images/open_data_shanghai_cover.gif&quot;);"></div>
            <div class="chip-bottom">
              <div class="chip-title">Open Data Shanghai 2016</div>
              <div class="chip-date">2016-12-10</div>
            </div>
          </a>
        </div>

But, Safari (10.0.1) stripped out the
style="background-image: url(&quot;/events/images/open_data_shanghai_cover.gif&quot;);"
and replaced it with
style-scope my-home

Need to do more research.

@skyred skyred added bug and removed enhancement labels Dec 11, 2016
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

2 participants