You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently - when right clicking on image, then releasing mouse - will always set style="width:...px; height:...px" (even when not using any functions).
This happens no matter what keys are assigned or even when mouse functions disabled completely..
This can be bit annoying when working with firebug (right-click -> inspect) = as will add new (width/height) styling that sometimes overrides existing image's inline styling...
Solution: It would be preferable not to add w/h style until any imagezoom function is used...
The text was updated successfully, but these errors were encountered:
It's not only "annoying" in firebug, it actually ruins visiting expierence of some sites under certain conditions. For example, I encountered a site using css padding for image element. and when you right click image, its demension is changed (to a wrong one) due to this issue.
Problem:
Currently - when right clicking on image, then releasing mouse - will always set
style="width:...px; height:...px"
(even when not using any functions).This happens no matter what keys are assigned or even when mouse functions disabled completely..
This can be bit annoying when working with firebug (right-click -> inspect) = as will add new (width/height) styling that sometimes overrides existing image's inline styling...
Solution: It would be preferable not to add w/h style until any imagezoom function is used...
The text was updated successfully, but these errors were encountered: