iframe-resizer icon indicating copy to clipboard operation
iframe-resizer copied to clipboard

Iframe not resizing

Open hgarriga opened this issue 5 years ago • 2 comments

Hi David, hope your are well!!

I've created a widget for our affiliates, that uses iframe-resizer. It is working ok, except in one website: Not working here: https://www.turistaloserastu.es/visitar-las-cataratas-de-iguazu-que-ver-y-hacer-la-guia-completa/ Working here: https://viajeydescubra.com/10-lugares-imperdibles-bariloche/

I can't figure out what the problem is.

This is the widget code:

Any suggestion? Thanks for your help.

Best regards. Hernan

hgarriga avatar Sep 21 '20 17:09 hgarriga

Check the CSS on that site

On Mon, Sep 21, 2020 at 6:46 PM hgarriga [email protected] wrote:

Hi David, hope your are well!!

I've created a widget for our affiliates, that uses iframe-resizer. It is working ok, except in one website: Not working here: https://www.turistaloserastu.es/visitar-las-cataratas-de-iguazu-que-ver-y-hacer-la-guia-completa/ Working here: https://viajeydescubra.com/10-lugares-imperdibles-bariloche/

I can't figure out what the problem is.

This is the widget code:

Any suggestion? Thanks for your help.

Best regards. Hernan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davidjbradshaw/iframe-resizer/issues/860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEQOEQCPQZFK2D5F3367QDSG6GNRANCNFSM4RUZ7XTA .

-- David J. Bradshaw )'( [email protected]

'The people we think are a little weird are the ones who change the world'

  • Simon Sinek

davidjbradshaw avatar Sep 21 '20 22:09 davidjbradshaw

Thank you for your reply. It seems that the lazyload is the problem.

Saludos,

Hernan F. Garriga Zimmermann Socio Gerente [email protected]

El lun., 21 de sep. de 2020 a la(s) 19:16, David J. Bradshaw ( [email protected]) escribió:

Check the CSS on that site

On Mon, Sep 21, 2020 at 6:46 PM hgarriga [email protected] wrote:

Hi David, hope your are well!!

I've created a widget for our affiliates, that uses iframe-resizer. It is working ok, except in one website: Not working here:

https://www.turistaloserastu.es/visitar-las-cataratas-de-iguazu-que-ver-y-hacer-la-guia-completa/

Working here: https://viajeydescubra.com/10-lugares-imperdibles-bariloche/

I can't figure out what the problem is.

This is the widget code:

if

(script.readyState){script.onreadystatechange=function(){if (script.readyState=='loaded' || script.readyState=='complete'){script.onreadystatechange=null;

callback();}};}else{script.onload=function(){callback();};}script.src=url;

document.getElementsByTagName('head')[0].appendChild(script);}loadScript('

https://www.tangol.com/scripts/iframeResizer.min.js', function(){iFrameResize({checkOrigin:false}, '#tangol-iframe')})<iframe id='tangol-iframe' class='tangol-iframe' src='

https://www.tangol.com/widgets/tours?afiliadoid=29fb9425-8718-4493-9136-a0d3199072a5&desid=20&tipoid=3&languagecode=ESP ¤cy=USD&cantidad=3'

width='100%' frameborder='0'>

Any suggestion? Thanks for your help.

Best regards. Hernan

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davidjbradshaw/iframe-resizer/issues/860, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAEQOEQCPQZFK2D5F3367QDSG6GNRANCNFSM4RUZ7XTA

.

-- David J. Bradshaw )'( [email protected]

'The people we think are a little weird are the ones who change the world'

  • Simon Sinek

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidjbradshaw/iframe-resizer/issues/860#issuecomment-696407764, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCX5S5SZNLA6H4NQNBTYYLSG7GEDANCNFSM4RUZ7XTA .

hgarriga avatar Sep 22 '20 12:09 hgarriga