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

www.visioforge.com - mobile site is not usable #1740

Closed
webcompat-bot opened this issue Sep 29, 2015 · 2 comments
Closed

www.visioforge.com - mobile site is not usable #1740

webcompat-bot opened this issue Sep 29, 2015 · 2 comments

Comments

@webcompat-bot
Copy link

URL: https://www.visioforge.com/video-edit-sdk.html
Browser / Version: Firefox Mobile 44.0
Operating System: Android 4.2.1
Problem type: Mobile site is not usable

Steps to Reproduce

  1. Navigate to: https://www.visioforge.com/video-edit-sdk.html

Expected Behavior:

Actual Behavior:

@karlcow
Copy link
Member

karlcow commented Dec 21, 2015

There is no mobile site, but a site which is responsive. One of the issue is that on Firefox images are not resizing properly.

Screenshot of the site issue

When inspecting the image, we can see that max-width: 100%;

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

also for the developers

<img src="https://s3.amazonaws.com/media.visioforge.com/video_edit_box.png"   
     alt="video edit box" 
     class="cke-resize" 
     style="width: 250px; height: NaN;" 
     width="250px">

There is something interesting happening about the height of the image ;)

Anyway this is a duplicate of a known issue at Mozilla. Difference of implementation in between Blink and Gecko and not really specified.

https://bugzilla.mozilla.org/show_bug.cgi?id=823483

@karlcow
Copy link
Member

karlcow commented Feb 10, 2016

@karlcow karlcow added this to the duplicate milestone Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants