Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Added blurry images to known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymun committed Oct 21, 2016
1 parent 7f145d2 commit c90087d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ The main tasks are `grunt` or `grunt prod`, which minifies everything and makes
The configuration for each Grunt task can be found in their respecitve `.js` files in the `/grunt` folder.

## Known Issues
### Blurry images in Safari
Fluidbox might render the expanded image in a way that appears to be blurry in OS X / macOS Safari. A fix has been implemented as of v2.0.4 ([#178](https://github.com/terrymun/Fluidbox/pull/178), [issue #168](https://github.com/terrymun/Fluidbox/issues/168)).

### Transition of CSS3 transform in Safari
For inexplicable reason(s), Safari no longer transition CSS transformations (the `scale` component especially) after the first time the Fluidbox has been opened. A simple workaround would be enabling the `immediateOpen` option (i.e. `immediateOpen: true`) when initializing Fluidbox.

Expand Down

0 comments on commit c90087d

Please sign in to comment.