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

Bug with *.jpeg files #26

Open
uaoleg opened this issue Jun 20, 2014 · 0 comments
Open

Bug with *.jpeg files #26

uaoleg opened this issue Jun 20, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@uaoleg
Copy link
Owner

uaoleg commented Jun 20, 2014

$imgData['ext'] = jpeg
Because of different length of the extension the last symbol of file name lost. Also hover doesn't work.

Possible way to fix

    // Copy image
    ...

    $pathInfo = pathinfo($imgPath);
    $imgData['ext'] = $pathInfo['extension'];

    // Append CSS (if not a magic action)
@uaoleg uaoleg added the bug label Jun 20, 2014
@uaoleg uaoleg added this to the Now milestone Jun 20, 2014
@uaoleg uaoleg self-assigned this Jun 20, 2014
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

1 participant