CSS-Tricks / AnythingZoomer

Zoom in on images or content
https://css-tricks.github.io/AnythingZoomer/
MIT License
207 stars 45 forks source link

Large Container Positioning Problem #23

Closed prionkor closed 11 years ago

prionkor commented 11 years ago

All demo provided seems to have space on both side for large <div class="large"> to expand. What if it can only expand one way right. Context : if the page have a sidebar.

I am having similar issue where large <div> can't be expanded both way and zoom is working unexpectedly.

You can see the problem here http://kowsky.projekt.dealux.de/product/wedge-cushion-rounded/

When double click you will notice how it expand on right. Or I am doing it wrong? Do I need to add any extra css to make the large <div> positioned correctly?

As for the code I used its just the very basic setup. If you want I can post but not sure if it is necessary.