No caption on expanded display on mobile devices

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

No caption on expanded display on mobile devices

Post by norman »

Magic Toolbox has disabled captions on the expanded view on mobile devices. See https://www.magictoolbox.com/magiczoomplus/ and click on the handbag.

This is deliberate behaviour as a caption could be of significant length and space on mobile devices is limited.

If you want to reinstate the caption try editing magiczoomplus.css (in your Site folder) and look for:

Code: Select all

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
Removing that display: none !important; seems to work on my Moto G but not on my Samsung S8+ (could be a caching issue).

I also see:

Code: Select all

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}
But that doesn’t seem to matter if I disable it or not.
Norman
Post Reply