Perfect for fullscreen landscape on mobile
-
This plugin is unique for instantly opening images in fullscreen landscape mode on mobiles.
Here are a few custom CSS classes that may be helpful:
/* Hide button on PC */
#SSG1 .SSG_tipCall {
display: none !important;
}
/* Hide animated arrow */
#SSG_tip button {
display: none !important;
}
/* Hide button on mobile */
@media (orientation: landscape) {
#SSG1 figure.SSG_notitle.SSG_uwide #uwp0 {
display: none;
}
}
/* Hide popup message */
#SSG_tip {
display: none !important;
}
/* Menu text colour */
#SSG_menu a.SSG_link {
color: #ffffff80 !important;
}
/* Menu icon colour */
#SSG_first span {
/* stroke='%23ffffff80' */
}
You must be logged in to reply to this review.