Responsive Lightbox Gallery With Popup on click with Description. NO JS. Only CSS. Any size Image fits Well. Awesome Effects.

Regarding: bootsnipp.com/snippets/33Qjo

I was having trouble with it loading the Font Awesome file within my Bootstrap project.

If anyone else is, this is what I did:

I added the line

font-family: FontAwesome;
to
.gal-item a:after{

This problem seems to stem from adding the

content:"\f00e";
to the :after psuedo class. Specifying that it is a FontAwesome seems to clear the issue right up.

And yes, I did change the content ID number, I am using a different version of Font Awesome. Please search for different symbols within the appropriate Font Awesome version.

keiome () - 6 years ago - Reply 0