Tuesday, 4 March 2014

photoswipe Tool bar fixed


photoswipe old version 1.1. download link:

http://tympanus.net/Tutorials/MicroGalleryImproved/MicroGalleryImproved.zip

Add this code in code.photoswip.css file div.ps-toolbar

.ps-caption{
    opacity:0.8 !important;
    display:block !important;
}

.ps-toolbar{
    opacity:0.8 !important;
    display:table !important;
}   

No comments:

Post a Comment

Claude Code worflow

The Claude code task cycle 1. Gater context Reads files, explore projec structure, code base 2. Plan Break the task in to steps 3. Exe...