*/ $post_id = get_the_ID(); /* Desktop */ $ajmebc_gam_rows = get_post_meta($post_id, 'ajmebc_gam_post_rows', true); $ajmebc_gam_columns = get_post_meta($post_id, 'ajmebc_gam_post_columns', true); $ajmebc_gam_height = get_post_meta($post_id, 'ajmebc_gam_post_height', true); $ajmebc_gam_width = get_post_meta($post_id, 'ajmebc_gam_post_width', true); $ajmebc_gam_style_margin = get_post_meta($post_id, "ajmebc_gam_post_style_margin", true); /* Tablet */ $ajmebc_gam_tablet_rows = get_post_meta($post_id, 'ajmebc_gam_tablet_post_rows', true); $ajmebc_gam_tablet_columns = get_post_meta($post_id, 'ajmebc_gam_tablet_post_columns', true); $ajmebc_gam_tablet_height = get_post_meta($post_id, 'ajmebc_gam_tablet_post_height', true); $ajmebc_gam_tablet_width = get_post_meta($post_id, 'ajmebc_gam_tablet_post_width', true); $ajmebc_gam_tablet_style_margin = get_post_meta($post_id, "ajmebc_gam_tablet_post_style_margin", true); /* Mobile */ $ajmebc_gam_mobile_rows = get_post_meta($post_id, 'ajmebc_gam_mobile_post_rows', true); $ajmebc_gam_mobile_columns = get_post_meta($post_id, 'ajmebc_gam_mobile_post_columns', true); $ajmebc_gam_mobile_height = get_post_meta($post_id, 'ajmebc_gam_mobile_post_height', true); $ajmebc_gam_mobile_width = get_post_meta($post_id, 'ajmebc_gam_mobile_post_width', true); $ajmebc_gam_mobile_style_margin = get_post_meta($post_id, "ajmebc_gam_mobile_post_style_margin", true); $ajmebc_gam_loading = get_post_meta($post_id, 'ajmebc_gam_post_loading', true); $ajmebc_gam_timer = get_post_meta($post_id, 'ajmebc_gam_post_timer', true); $ajmebc_gam_animation = get_post_meta($post_id, 'ajmebc_gam_post_animation', true); $ajmebc_gam_anim_timer = get_post_meta($post_id, "ajmebc_gam_post_anim_timer", true); $ajmebc_gam_appData = get_post_meta($post_id, "ajmebc_gam_post_imgsrc_data", true); ?>