• Resolved cre8tvnrg

    (@cre8tvnrg)


    Hello,

    I am using Easy Fancy Box for my WP Gallery it is VERY NICE! However, we noticed that upon upload of images from camera some of course came in with the wrong orientation. I edited these to reflect the correct vertical or horizontal position saved them and all is good. On the computer (PC and Apple) all looks good.

    However the issue is, when looking on the iPad or iPhone, the images are still sideways as if they were never edited/corrected.

    I have a screenshot but don’t see anywhere to post it here.

    Note I am using Builder Framework and a Responsive Child theme.

    http://shopreclamation.com/products/furniture/

    I am thinking this plugin does not support the responsive aspect? If this is true can anyone recommend a plugin that does the same thing, but does support responsive?

    Thanks for any help.

    http://wordpress.org/plugins/easy-fancybox/

Viewing 1 replies (of 1 total)
  • Hi cre8tvnrg, I’m not seeing an issue with any of the images on an Android tablet but it might be iOS specific… Or maybe a browser cache issue?

    By the way, the original FancyBox script was (back in the day of IE6) never designed with mobile devices in mind. It is fluid in the sense that you can set percentage sizes but it’s not truly responsive.

    If you want, you can disable FancyBox for smaller screen sizes with this code snippet in a text widget:

    <script type="text/javascript">
    var pixelRatio = window.devicePixelRatio || 1;
    if(window.innerWidth/pixelRatio < 641 ) {
      easy_fancybox_handler = null;
    };
    </script>
Viewing 1 replies (of 1 total)
  • The topic ‘Images not holding orientation edits in iOS ( iPhone & iPad)’ is closed to new replies.