Default selector in Ads-Mediabox allows you to catch images in almost every one of WordPress page builders.
The exception is:
Live Composer
In order to work with Live Composer, you should type in the following selector in Ads-Mediabox.
0 1 2 |
.dslc-gallery-excerpt a[href$=".jpg"], .dslc-gallery-excerpt a[href$=".png"], .dslc-gallery-excerpt a[href$=".jpeg"] |
WP Page Builder
In order to work with WP Page Builder, you should type in the following selector in Ads-Mediabox.
0 1 2 |
.wppb-row a[href$=".jpg"], .wppb-row a[href$=".png"], .wppb-row a[href$=".jpeg"] |
See this page for details.