• hello dear James,

    i have set up scrapeAzon on the page: https://www.literaturen.org
    note: the site is still beta-beta.

    see it on the page: all goes well and i love this plugin very very much!

    can i do some resizing on mouse over? – in other words: can i get a bigger widget-view when hitting the widget with the mouse?

    is this possible?!

    love to hear from you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you point out which area you wish to modify so I can inspect further?

    Thanks.

    Thread Starter say_hello

    (@say_hello)

    hello dear ThemeSumo

    many thanks for the quick reply – great to hear from you

    the Plugin-widged of the “scrapeAton” is visible on the page https://www.literaturen.org

    – in the posting “slider revisited”
    – see the widget that is located in the first colum of the posting: below the

    kurz vor seiner Ermordung, ver?ffentlichte Stéphane “Charb” Charbonnier, Redakteur der Pariser Satireblatts Charlie Hebdo einen Essay. Jetzt ist dieser auch auf Deutsch erschienen. Ein Text über die Freiheit – geschrieben in der Tradition des laizistischen Frankreichs. Brief an die Heuchler und wie sie den Rassisten in die H?nde spielen – so der deutsche Titel.

    there below this column of the three-column-article you can see the widget of the scrapeAzon plugin.

    or you can see: this here

    https://s12.postimg.org/c9scatbn1/image_scrapeazon.jpg

    love to hear from you

    • This reply was modified 8 years, 4 months ago by say_hello.
    • This reply was modified 8 years, 4 months ago by say_hello.

    The iframe containing Amazon Reviews?

    It’s within a column that has limited width, you could increase the height of the iframe on mouseover but that doesn’t really help much as the width of the iframe is still very narrow.

    You could do something like this perhaps:

    .su-column-inner #scrapeazon-iframe:hover {
        height: 400px;
        position: absolute;
        width: 800px;
        background: #fff;
        z-index: 9999;
        padding: 25px;
        border: 1px solid #cdcdcd !important;
    }

    This would create this effect when your mouse is over the iframe. I have limited it to this column only using the su-column-inner class.

    You could animate this effect to some degree by adding this too:

    .su-column-inner #scrapeazon-iframe {
        -webkit-transition: .2s ease-out; 
        -moz-transition: .2s ease-out; 
        transition: .2s ease-out;
    }

    Hope this helps.

    • This reply was modified 8 years, 4 months ago by ThemeSumo. Reason: typo
    Thread Starter say_hello

    (@say_hello)

    hello dear ThemeSumo, Many many thanks for the hints: Well to be frank – this is more than suggested.
    Honestly – i am really overwhelmed – the results are just great!!

    Many many thanks again
    regards say_hello

    You’re very welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘can i do some resizing on mouse over?’ is closed to new replies.