Jump to content
  • 0

Bootstrap 3 Image Gallery БЕЗ картинок-иконок ищу...


mstdmstd
 Share

Question

Всем привет,

Подскажите пожалуйста хорошую и удобную Bootstrap 3 Image Gallery которая бы работала БЕЗ картинок-иконок

Я погуглив - в основном такие либы требуют картинок-иконок или как эта

https://github.com/blueimp/Bootstrap-Image-Gallery/blob/master/README.md#demo
где в доке написано

Цитата

Create a list of links to image files, optionally with enclosed thumbnails and add them to the body of your webpage, before including the Gallery script:

 

Но я попробовал без иконок - не работает...

 

    Спасибо !

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

 

Спасибо, эта галерея подошла
Еще вопрос :
Я динамически подгружаю список картинок в диалог(чтобы кроме картинок вывести еще полезную инфу), вроде :
 

        function showHostelImages() {
            var HRef = "{{ base_url }}main/get_images_carousel/type/hostel/id/" + encodeURIComponent(current_hostel_id);
            $.getJSON(HRef, function (data) {
                if (data.ErrorCode == 0) {
                    $("#div_carousel_container").html(data.html); // Код картинок
                    $("#images_carousel_label").html(data.title);
                    $('.carousel').carousel(  )
                    $('#div_images_carousel').modal({  // Див диалога
                        keyboard: false
                    })
                }
            });

        }


И в общем все работает,  за исключением того, что картинки имеют разный размер и прокручивая карусель влево/вправо
окно диалога меняет размер что выглядит некрасиво. Как это исправить?
1) Можно наверно предварительно пробежать по списку картинок и получить размер самой большой картинки и установить эти размеры для диалога
2) Возможно ли еще как-то, например, установив  бекграунд картинку большого размера для всех картинок ?

Edited by mstdmstd
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy