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
I just tried this beautiful plugin, but have a feature request / proposal.
Currently the div will get the tag style height in pixel of the original image. This is very unflexible and not usable on smaller devices or screens.
i.e. my image is a panorama with 1204 px height. after calling panorama_viewer, the surrounding div will have a very long style attribute value with height: 1204px; supersedeing every css styling from an external css file.
I'd like to propose an optional, more responsive sizing, maybe a max-height of 100% of the screen, but keeping the aspect ratio.
The text was updated successfully, but these errors were encountered:
I just tried this beautiful plugin, but have a feature request / proposal.
Currently the div will get the tag style height in pixel of the original image. This is very unflexible and not usable on smaller devices or screens.
i.e. my image is a panorama with 1204 px height. after calling panorama_viewer, the surrounding div will have a very long style attribute value with
height: 1204px;
supersedeing every css styling from an external css file.I'd like to propose an optional, more responsive sizing, maybe a max-height of 100% of the screen, but keeping the aspect ratio.
The text was updated successfully, but these errors were encountered: