You've already forked AstralRinth
forked from didirus/AstralRinth
Added mobile friendly ads & ads (#161)
* Fix spacing issues on mobile * Added back linting on modules directory. Please don't look at the dirty fixes :x * Add support for responsive ads. * Add lazy loading of images.
This commit is contained in:
@@ -7,10 +7,10 @@ export const DEFAULT_OPTIONS = {
|
||||
responsive: false,
|
||||
collapseEmptyDivs: false,
|
||||
emptyClass: 'is-empty',
|
||||
geoEdgeId: ''
|
||||
};
|
||||
geoEdgeId: '',
|
||||
}
|
||||
|
||||
export const GPT_LIB_SCRIPT_ID = 'google-publisher-tag-lib-script';
|
||||
export const GPT_INIT_SCRIPT_ID = 'google-publisher-tag-init-script';
|
||||
export const GEOEDGE_CONF_SCRIPT_ID = 'geoedge-config-script';
|
||||
export const GEOEDGE_LIB_SCRIPT_ID = 'geoedge-lib-script';
|
||||
export const GPT_LIB_SCRIPT_ID = 'google-publisher-tag-lib-script'
|
||||
export const GPT_INIT_SCRIPT_ID = 'google-publisher-tag-init-script'
|
||||
export const GEOEDGE_CONF_SCRIPT_ID = 'geoedge-config-script'
|
||||
export const GEOEDGE_LIB_SCRIPT_ID = 'geoedge-lib-script'
|
||||
|
||||
Reference in New Issue
Block a user