Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi @akacruiseman

    This is Raindrops bug

    https://github.com/tenman/raindrops/blob/master/style.css#L929

    Please remove from style.css

    
    display:-webkit-box; 
    

    I’m detect issue in IE11, safari

    Please add style in style.css for safari.

    
    .safari .widgettext .rd-table-wrapper,
    .safari .entry-content .rd-table-wrapper{
        display:block;
    }
    

    Recommend remove class auto for IE11

    Using auto will result in a table size that matches the image size, so it will scroll to display.

    I will remove this style and add safari style next version Raindrops.
    Thank you for finding the problem

    • This reply was modified 7 years, 11 months ago by nobita.
    Thread Starter akacruiseman

    (@akacruiseman)

    I removed the webkit-box
    Results: Images load and then disappear.

    Here is Site

    Thanks.

    Theme Author nobita

    (@nobita)

    screenshot example

    It seems that it is displayed normally in my Chrome browser.

    Please check Browser Cache.

    Thank you

    Thread Starter akacruiseman

    (@akacruiseman)

    I feel dumb. Should have realized that.
    Perfect.

    Thanks,
    Jim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Chrome Not Displaying Correctly’ is closed to new replies.