pixedelic / Camera

http://www.pixedelic.com/plugins/camera/
494 stars 310 forks source link

Portrait Mode in IE 11 #33

Open mumbo-jimbo opened 10 years ago

mumbo-jimbo commented 10 years ago

When I set "portrait: true" in Internet Explorer, the images no longer display. It works fine in Firefox, Safari, and Chrome.

Here is the code I am using to generate the gallery:

jQuery(function(){ jQuery('#camera-gallery-455020').camera({ fx: 'curtainTopLeft', transPeriod: 2000, time: 20000, height: '50%', navigation: false, playPause: false, pagination: false, loader: 'pie', pauseOnClick: true, imagePath: '/amherst-d7/sites/all/libraries/camera/images/', portrait: true, thumbnails: false }); });

I made one little change to camera.js to add alt tags, but otherwise it is unchanged.