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

React Windowing or List virtualization - React App optimization

  Windowing  or   List virtualization   is a concept of only rendering or write the visible portion in the current   “ window ”   to the   D...