-
Notifications
You must be signed in to change notification settings - Fork 13
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
SWF improvements #135
Comments
For 2 - I added these functions to lib_common: 097fb98 |
1 and 3 are left |
1 is done by ceda9b2 3 is left. Inline expanding SWF files should make the dimensions adjust dimensions of individual flash files instead of fixed 640x480 (unless it would exceed screen port, so it should have some CSS like max-width:100% & max-height:100%) - This is probably a JS thing, I don't know why img.js doesn't already do it |
anonwaha edit: (wrap HTML and code in backquotes on here, otherwise all or parts of it won't appear) |
1- SWF files should have their database dimensions displayed next to filesize, just like image files doFIXED!!2- Kokonotsuba should have a better system for checking dimensions of flash files. When it fails to check, database often logs them as 250x250 px (which comes from MAX_W & MAX_H in config.php - on Flash@Heyuri, I set it to 1000x700 instead for the time being)FIXED!!3- In thread view, inline expanding them should use the its proper dimensions like fileboards' [Embed] button does, while max-width not exceeding browser's width (100%)
The text was updated successfully, but these errors were encountered: