Cornel Boppart

Results 41 comments of Cornel Boppart
trafficstars

Hi! Could you provide any example demo? Thanks

Hi This wouldn’t be a big deal. You can redefine the markup to all the a-tags placed inside the container you need and change the css styles accordingly. Markup is...

Hi @aquelfulano I only have Firefox with OSX to test your issue and I couldn't experience any wrong behavior regarding the position of the video. However, you can try to...

According to your settings, it should work. How large is your image effectively (in natural)? Btw: You don't need forceWidth/forceHeight because they only make sense in combination with the settings...

Maybe it is the maxHeight which gives you the size limit. So, just try to set more maxHeight.

@akkis Ok. Another better approach in you case is to force the type `image`. I think it should suffice. ``` { type: 'image' ... } ```

Hi `lightcase.close()` can be called from any element or event. However, you have to register it using javascript (not in HTML). The data-rel="lightcase" is just the default (out of the...

Hi Thanks for using Lightcase. I didn’t check your Lightcase initialization in the code so far. However, It seems to work on iPhones. Could you solve it yourself in the...

In the first section "Getting Started" you can find a link to the js source file of the demo page. http://cornel.bopp-art.com/lightcase/documentation/#getting-started http://cornel.bopp-art.com/lightcase/project/js/lightcase.init.js