Coder Social home page Coder Social logo

Multiple row about framescrub HOT 7 OPEN

benoitlemay avatar benoitlemay commented on September 22, 2024
Multiple row

from framescrub.

Comments (7)

shumagorath86 avatar shumagorath86 commented on September 22, 2024

@benoitlemay

My apologies. I don't have this written in the documentation, but I think the issue is the divs you invoke frameScrub() on must have a width and height declared (or at least one dimension and the other is auto or 100% etc.) Does that solve it for you? Please let me know and I'll add it in the documentation.

Something like this:

<div id="test1" style="width:100%;height:150px;position:relative;">
... all your images

Put it in your stylesheet of course.

from framescrub.

benoitlemay avatar benoitlemay commented on September 22, 2024

Hi, the problem is that the website is responsive then i cannot set fixed height in px..
I'll tried someting tomorrow and get back to you..

Thanks!

from framescrub.

shumagorath86 avatar shumagorath86 commented on September 22, 2024

I saw you were doing some work on the frameScrubs. Looking good. I haven't
had much interest thus far, so if you have some suggestions on the
functionality, I would love to integrate them. I am making it more
mobile-friendly with touch events so that one will be there soon.

On Tue, Feb 17, 2015 at 3:55 PM, benoitlemay [email protected]
wrote:

Hi,

I have problem using framescrub on multiple "row".
Take a look at http://www.clairealexieturcot.com/2015/galerie.html

Thanks


Reply to this email directly or view it on GitHub
#1.

from framescrub.

benoitlemay avatar benoitlemay commented on September 22, 2024

HI,

I solve the problem using matchHeight.js script.. and using a dummy
image.. Then everything is responsive now..

Thanks..
I'll give the link as soon as the website will be online..
(clairealexieturcot.com/en/sculptures)
Next step would be to enable touch!..

Regards

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 01:03, shumagorath86 wrote:

I saw you were doing some work on the frameScrubs. Looking good. I haven't
had much interest thus far, so if you have some suggestions on the
functionality, I would love to integrate them. I am making it more
mobile-friendly with touch events so that one will be there soon.

On Tue, Feb 17, 2015 at 3:55 PM, benoitlemay [email protected]
wrote:

Hi,

I have problem using framescrub on multiple "row".
Take a look at http://www.clairealexieturcot.com/2015/galerie.html

Thanks


Reply to this email directly or view it on GitHub
#1.


Reply to this email directly or view it on GitHub
#1 (comment).

from framescrub.

shumagorath86 avatar shumagorath86 commented on September 22, 2024

I'm on it! Thanks for using my stuff!
On Feb 18, 2015 2:51 PM, "benoitlemay" [email protected] wrote:

HI,

I solve the problem using matchHeight.js script.. and using a dummy
image.. Then everything is responsive now..

Thanks..
I'll give the link as soon as the website will be online..
(clairealexieturcot.com/en/sculptures)
Next step would be to enable touch!..

Regards

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 01:03, shumagorath86 wrote:

I saw you were doing some work on the frameScrubs. Looking good. I
haven't
had much interest thus far, so if you have some suggestions on the
functionality, I would love to integrate them. I am making it more
mobile-friendly with touch events so that one will be there soon.

On Tue, Feb 17, 2015 at 3:55 PM, benoitlemay [email protected]
wrote:

Hi,

I have problem using framescrub on multiple "row".
Take a look at http://www.clairealexieturcot.com/2015/galerie.html

Thanks


Reply to this email directly or view it on GitHub
#1.


Reply to this email directly or view it on GitHub
<
#1 (comment)
.


Reply to this email directly or view it on GitHub
#1 (comment)
.

from framescrub.

benoitlemay avatar benoitlemay commented on September 22, 2024

I think i modified a bit you code.. ?!?

line 51
$(this).css({"margin": "auto", "display":"inline-block", "position" :
"absolute", "left" : "0"/, "width": newW, "height": newH, "min-height":
$(that).height(), "min-width": (pw * $(that).height())/ph
/,
"max-width": "100%","border-radius" : "5px", "-webkit-border-radius" :
"5px"});

i commented and add border-radius (for my needs)

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 17:06, shumagorath86 wrote:

I'm on it! Thanks for using my stuff!
On Feb 18, 2015 2:51 PM, "benoitlemay" [email protected] wrote:

HI,

I solve the problem using matchHeight.js script.. and using a dummy
image.. Then everything is responsive now..

Thanks..
I'll give the link as soon as the website will be online..
(clairealexieturcot.com/en/sculptures)
Next step would be to enable touch!..

Regards

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 01:03, shumagorath86 wrote:

I saw you were doing some work on the frameScrubs. Looking good. I
haven't
had much interest thus far, so if you have some suggestions on the
functionality, I would love to integrate them. I am making it more
mobile-friendly with touch events so that one will be there soon.

On Tue, Feb 17, 2015 at 3:55 PM, benoitlemay
[email protected]
wrote:

Hi,

I have problem using framescrub on multiple "row".
Take a look at http://www.clairealexieturcot.com/2015/galerie.html

Thanks


Reply to this email directly or view it on GitHub
#1.


Reply to this email directly or view it on GitHub
<

#1 (comment)

.


Reply to this email directly or view it on GitHub

#1 (comment)
.


Reply to this email directly or view it on GitHub
#1 (comment).

from framescrub.

shumagorath86 avatar shumagorath86 commented on September 22, 2024

Awesome. If you have a moment, would you make a pull request? I'll test and
add it in.
On Feb 18, 2015 3:07 PM, "benoitlemay" [email protected] wrote:

I think i modified a bit you code.. ?!?

line 51
$(this).css({"margin": "auto", "display":"inline-block", "position" :
"absolute", "left" : "0"/, "width": newW, "height": newH, "min-height":
$(that).height(), "min-width": (pw * $(that).height())/ph
/,
"max-width": "100%","border-radius" : "5px", "-webkit-border-radius" :
"5px"});

i commented and add border-radius (for my needs)

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 17:06, shumagorath86 wrote:

I'm on it! Thanks for using my stuff!
On Feb 18, 2015 2:51 PM, "benoitlemay" [email protected] wrote:

HI,

I solve the problem using matchHeight.js script.. and using a dummy
image.. Then everything is responsive now..

Thanks..
I'll give the link as soon as the website will be online..
(clairealexieturcot.com/en/sculptures)
Next step would be to enable touch!..

Regards

Benoit Lemay
/GriffMédia/
_Tél.:_418.998.6481
On 2015-02-18 01:03, shumagorath86 wrote:

I saw you were doing some work on the frameScrubs. Looking good. I
haven't
had much interest thus far, so if you have some suggestions on the
functionality, I would love to integrate them. I am making it more
mobile-friendly with touch events so that one will be there soon.

On Tue, Feb 17, 2015 at 3:55 PM, benoitlemay
[email protected]
wrote:

Hi,

I have problem using framescrub on multiple "row".
Take a look at http://www.clairealexieturcot.com/2015/galerie.html

Thanks


Reply to this email directly or view it on GitHub
#1.


Reply to this email directly or view it on GitHub
<

#1 (comment)

.


Reply to this email directly or view it on GitHub

<
#1 (comment)

.


Reply to this email directly or view it on GitHub
<
#1 (comment)
.


Reply to this email directly or view it on GitHub
#1 (comment)
.

from framescrub.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.