Open hameleonick opened 1 year ago
I've faced with issue that lazy loading does not work in iframe in my existing project. Problem was connected with node instanceof HTMLElement , in iFrame I have false in that statement. Have proposal solution
node instanceof HTMLElement
I've faced with issue that lazy loading does not work in iframe in my existing project. Problem was connected with
node instanceof HTMLElement
, in iFrame I have false in that statement. Have proposal solution