cm0s / jquery-rcrumbs

jQuery plugin to create a responsive breadcrumb
Other
60 stars 27 forks source link

Allow resizing long items #6

Open AlexeyKosov opened 9 years ago

AlexeyKosov commented 9 years ago

If some items of the breadcrumbs are very long, it would make sense to resize them first to some minimum width, and only then hide another items.

For example:

Home > Category 1 > Category 2 > Very very long name of some product

In this case it would be great to resize the last item to make it looks like

Home > Category 1 > Category 2 > Very very long...

before starting hiding the first items.

cm0s commented 9 years ago

Could be a new option.

But what about this situation : Home > Very very long name of some category > Category 2 > Very very long name of some product

What item would be resized first? The long category or the long product?

AlexeyKosov commented 9 years ago

Both, proportionally. Or it can be an adjustable option. понедельник, 13 апреля 2015г., 22:21 +03:00 от Nicolas Forney notifications@github.com:

Could be a new option. But what about this situation : Home > Very very long name of some category > Category 2 > Very very long name of some product What item would be resized first? The long category or the long product? — Reply to this email directly or  view it on GitHub .