Img fancybox is difficult to scroll

Post Reply
jatiyanon
Posts: 6
Joined: 06 Jul 2016, 16:28
Name: jatiyanon

Img fancybox is difficult to scroll

Post by jatiyanon »

When click at the image in attachment (have many thing in attachment).
if the image have a big size, it will show scroll bar but the arrow of the next item blocked it.
So it can't scroll, in addition the area of the arrow is too much, scrolling with the middle mouse button is difficult.

I fixed by add this in css

Code: Select all

.fancybox-nav {
	width: 10% !important; /* reduce arrow area */
	margin-right: 20px !important; /* fix the arrow blocked the right scroll bar */
}
Attachments
1.png
2.png
User avatar
support
Site Admin
Posts: 6194
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Img fancybox is difficult to scroll

Post by support »

Thank you, I will found solution
User avatar
support
Site Admin
Posts: 6194
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Img fancybox is difficult to scroll

Post by support »

Ready for version 2.8. Now image resize by screen width and also I have added rotate function https://www.facebook.com/RukovoditelPro ... 3061880176
Post Reply