Jump to content

Full screen product gallery


dvorak

Recommended Posts

you can achieve almost the same effect with css modificaitons of default-bootstrap theme

 

if you will add these styles to global.css

.fancybox-overlay {
	opacity:1!important;
	background:#FFF!important;
}

.fancybox-title {
	display:none!important;
}

.fancybox-skin {
	box-shadow:none!important;
}

.fancybox-close {
    position: fixed!important;
    top: 20px!important;
    right: 40px!important;
}

the effect will be:

 

FVg0C0O.png

 

  • Like 1
Link to comment
Share on other sites

you can achieve almost the same effect with css modificaitons of default-bootstrap theme

 

if you will add these styles to global.css

.fancybox-overlay {
	opacity:1!important;
	background:#FFF!important;
}

.fancybox-title {
	display:none!important;
}

.fancybox-skin {
	box-shadow:none!important;
}

.fancybox-close {
    position: fixed!important;
    top: 20px!important;
    right: 40px!important;
}

the effect will be:

 

FVg0C0O.png

 

 

Damn great!

 

This will work also like slide pictures? Or just showing one by one after clicking?

Thanks!

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...