galleriffic

PDF Embedded in <object> or <embed> tag not loading in IE 11

孤街浪徒 提交于 2019-12-18 02:48:12
问题 I have to create an Image slider for which I am using: " Galleriffic plugin > http://www.twospy.com/galleriffic/ ", in the Image slider, along with images, I have to show PDFs for some cases. And to show that, I am putting the <div> which embeds PDF inside " <div class="caption"> " where you can show the description related to the image. For the Slider with PDF, you can see the full code here: http://jsfiddle.net/Z99gr/2/ I am trying to embed the PDF using <object> or <embed> tag, It works

PDF embed not working in IE11, but it WORKS when edit the HTML in DOM Explorer (F12 - debug tool of IE)

孤者浪人 提交于 2019-12-03 09:45:22
问题 Here is the Fiddle link " http://jsfiddle.net/Z99gr/2/ " which similar to my code, I have created a Image slider using Galleriffic. In the image slider along with images I am showing PDF embedded. The Fiddle link and my image slider works fine in Chrome and Firefox, but in IE I its not loading. I am testing in IE 11 In IE, when I open the " DOM Explorer (F12 - debug tool of IE) " and selects the <div> which contains the <embed> tag for PDF, it show below code. <div id="pdf"> <embed width="500

PDF embed not working in IE11, but it WORKS when edit the HTML in DOM Explorer (F12 - debug tool of IE)

天涯浪子 提交于 2019-12-03 01:27:10
Here is the Fiddle link " http://jsfiddle.net/Z99gr/2/ " which similar to my code, I have created a Image slider using Galleriffic. In the image slider along with images I am showing PDF embedded. The Fiddle link and my image slider works fine in Chrome and Firefox, but in IE I its not loading. I am testing in IE 11 In IE, when I open the " DOM Explorer (F12 - debug tool of IE) " and selects the <div> which contains the <embed> tag for PDF, it show below code. <div id="pdf"> <embed width="500" height="375" src="https://www.adobe.com/products/pdfjobready/pdfs/pdftraag.pdf" type="application/pdf

PDF Embedded in <object> or <embed> tag not loading in IE 11

℡╲_俬逩灬. 提交于 2019-11-28 23:37:27
I have to create an Image slider for which I am using: " Galleriffic plugin > http://www.twospy.com/galleriffic/ ", in the Image slider, along with images, I have to show PDFs for some cases. And to show that, I am putting the <div> which embeds PDF inside " <div class="caption"> " where you can show the description related to the image. For the Slider with PDF, you can see the full code here: http://jsfiddle.net/Z99gr/2/ I am trying to embed the PDF using <object> or <embed> tag, It works fine in Chrome and Firefox. BUT not in IE11. I am not able to understand what is missing as I have create