You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dropdown the displays suggestions ought to render the Google logo. It currently doesn't.
When doing some visual debugging with Google Chrome developer tools it appears that the <img> element that is responsible for rendering the Google logo is in fact present/rendered. Yet the size (height/width) of the logo is 0. It looks as if it is trying to deliver the logos content directly from my server (e.g. http://somecoolproduct.com/12352062868230489) and I haven't actually made the logo available from that directory.
Further technical work/documentation is needed to make it so that the Google logo is rendered properly.
The text was updated successfully, but these errors were encountered:
The dropdown the displays suggestions ought to render the Google logo. It currently doesn't.
When doing some visual debugging with Google Chrome developer tools it appears that the
<img>
element that is responsible for rendering the Google logo is in fact present/rendered. Yet the size (height/width) of the logo is 0. It looks as if it is trying to deliver the logos content directly from my server (e.g. http://somecoolproduct.com/12352062868230489) and I haven't actually made the logo available from that directory.Further technical work/documentation is needed to make it so that the Google logo is rendered properly.
The text was updated successfully, but these errors were encountered: