BeholdPL
BeholdPL
Yes. The problem is overflow: hidden on parent or grandparent element, like @justinasdmt wrote. But I need this CSS attribute.
@ApoorvSaxena do you have any idea how to fix that issue? I really like your lozad, I would like to not change it to other...
> There is always the problem with Chrome: > > * Version 76.0.3809.132 (Official Build) (64-bit) > * Version 78.0.3901.0 (Official Build) canary (64-bit) > > A solution ? Did...
Great! Now I am trying use this with ACF Wyswig Field, so I use: ``` add_filter('acf_the_content', 'replace_img_src', 11); function replace_img_src($replace_img_src) { //-- Change src/srcset to data attributes. $replace_img_src = preg_replace("//i",...
@Levdbas but isn't that post_gallery works only with galleries in the_content? In my case is custom field via ACF. I need acts for WP Gallery inserted in ACF Wyswig Editor...
I have the same problem. I notice this problem occurs when there is a lot of images, in my case I have ~50. My settings: ``` const msnry_row_1layout_1 = new...