chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

images stacking on top of each other on results screen #60

Closed moltude closed 11 years ago

moltude commented 11 years ago

Sometimes all of the results are returned stacked on top of each other.

This is from the dev server after master push this morning. screen shot 2013-08-02 at 9 09 29 am

moltude commented 11 years ago

This is another example of the images stacking on top of each other in the search results.

screen shot 2013-08-02 at 9 14 17 am

mialondon commented 11 years ago

I assume there's some older CSS - grid stuff that's forcing things into a grid, and it's probably sorted now with your new styles anyway but just in case.

amandavisconti commented 11 years ago

Rowling still stacks on images. Could someone with JS powers add the width and height attributes of the default (Rowling) image into the bottom of view.html so that the page knows how large the image is quickly?

amandavisconti commented 11 years ago

I added height and width for Rowling, but this didn't solve the stacking problem. Not sure how to fix this, but it's pretty clearly an error caused by mixing this static image with the images we're pulling dynamically.

mialondon commented 11 years ago

It seems to re-sort nicely as soon as you touch the page, so is there a way to fake on-focus or a move to trigger that responsive layout? Or is it something in the initialisation?

amandavisconti commented 11 years ago

This seems to be fixed locally--I need some other people to look at it once my changes have been moved to the public site.

amandavisconti commented 11 years ago

Nope, not solved--just getting fewer no-image results.

amandavisconti commented 11 years ago

I believe this has been fixed--didn't see any hippos peeking from behind other images. Please reopen if you see the problem again.