Cornel Boppart
Cornel Boppart
@fabman any updates here? is it still an issue with the latest version?
Hi! onFinish hook is getting called after ajax response, just before fading in the content. Your example doesn't work?
You will need to initialize lightcase after the popup content has loaded, because at the time when you first initialize lightcase, the links that are part of the popup content...
In the first part "getting started" of the docs, at the very end of the paragraph there is a link to that initialisation file. http://cornel.bopp-art.com/lightcase/documentation/#getting-started
As described in the docs you can use the attribute data-lc-href as an alternative to href.
Can't you just use option `type` to force open as video? ``` type: 'video' ``` see http://cornel.bopp-art.com/lightcase/documentation/#property-type
I am not sure if I fully understand your issue. Could you may provide any example, fiddle or so that we can check what actually goes wrong with implementation? Thanks...
Thanks a lot for the example! The real cause of this issue are actually the parameters which are appended to the url. Thus I think that the right solution to...
@tfn220189 But this is is related to how your website responsiveness within the iframe.
@tfn220189 You have set `height: 100%;` for your `` tag, so it uses just the max available height for your page, in our case now the height of the iframe....