Image Hover Test Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 12: | Line 12: | ||
| width = 400px | | width = 400px | ||
}} | }} | ||
== Custom Rollover Gallery == | |||
This also has some supporting CSS in the MediaWiki:Common.css page | |||
<div class="gallery"> | |||
{{HoverGallery | |||
| main = AddislandCourt.JPG | |||
| alt1 = RoyalMasonicHospital.jpg | |||
| alt2 = AdelphiBuilding.jpg | |||
| alt3 = HooverBuilding.jpg | |||
| width = 300px | |||
}} | |||
{{HoverGallery | |||
| main = BBCTelevisionCentre.jpg | |||
| alt1 = TrellickTower.jpg | |||
| alt2 = ParkRoyal.jpg | |||
| alt3 = GoldfingerHouse.jpg | |||
| width = 300px | |||
}} | |||
{{HoverGallery | |||
| main = AdelphiBuilding.jpg | |||
| alt1 = RoyalMasonicHospital.jpg | |||
| alt2 = AddislandCourt.JPG | |||
| alt3 = BBCTelevisionCentre.jpg | |||
| width = 300px | |||
}} | |||
</div> | |||
Revision as of 12:26, 31 July 2025
Basic Hover Gallery
This uses Template:HoverGallery and is backed up by CSS code in the MediaWiki:Common.css page. It has come CSS that enables it to autocycle on mobile (because you can't manage roll-overs on mobile).
Custom Rollover Gallery
This also has some supporting CSS in the MediaWiki:Common.css page