• Resolved WayneM1

    (@waynem1)


    This is an awesome plugin.

    However, I can’t get the colorbox modal window to cooperate. It will not size correctly. Looks like the settings are getting written to the page source, but the modal window is always too large (about 90% of the window size – not good on larger screens).

    I would provide a URL for a look, but the site in under development and locked down right now.

    Getting a solution for this might be tricky as it involves both the ARVE plugin and the Jquery Colorbox plugin.

    So, a couple questions:

    1. Anyone else having this issue and know of a fix? I’ve tried some custom CSS without any luck.

    2. Would it be possible to have ARVE work with the lightbox of our choice? Make the lightbox choice an option in the settings? Maybe “Easy Fancybox” (I see the “fancybox” class in the code – but it’s not helping).

    Thanks for the great plugin 🙂

    http://wordpress.org/plugins/advanced-responsive-video-embedder/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nico

    (@nico23)

    Well it’s your personal opinion that it is to big, after 40000+ downloads you are the first having a problem with it and reporting it here.

    I like it this way and did it on purpose this way, but its not that tricky to change that (from my perspective). Not with CSS, you need JavaScript and it should be actually 80% of the screen on screens with 1024+ width.

    Take a look at this file http://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/trunk/public/assets/js/public.js

    Just copy the script, change the values to what you like and enqueue your own script to handle the sizes. You can just dequeue it and enqueue your custom script instead.
    Maybe you don’t even need to dequeue the script and just overwrite the values in your own JS, I dont know.

    Plugin Author Nico

    (@nico23)

    And reguarding Fancybox, yes the class is still in there and while I do not support fancybox anymore “officially”, I do know that at least one user is using it without problems. Never heared of “Easy Fancybox” but he is using a WordPress Fancybox plugin it I remember correctly and ARVE not controlls the sizes of Fancybox so this might also solve your problem but I won’t help with possible issues with Fancybox. You have to disable Colorbox for that of course.

    Thread Starter WayneM1

    (@waynem1)

    Thanks very much for your response. Yes, I guess not liking the pre-defined size is my opinion :-).

    The testing I did with the settings in colorbox (not your plugin) would give me results that accepted the max-width and max-height values for images. So… I thought there might have been a buggy issue with the settings not working for the videos. My mistake.

    I’ll try your advice to used a modified javascript to suit my needs. But, seeing as your plugin is already so awesome – I was surprised to see that the modal max-width for videos is not adjustable. This can be a viewing quality issue when it is known that the source video is not HD, and looks terrible at 80% screen size.

    Maybe one or two of the other 40K users might have the same opinion as me, but has just not mentioned it 🙂

    Regardless of all that – this is still a really great plugin. 🙂
    5 stars.

    Thanks again.

    Plugin Author Nico

    (@nico23)

    Glad to help, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modal window too wide’ is closed to new replies.