modify flickr widget

  • Unknown's avatar

    On my website the flickr widget is 250 px wide and the image 240 px wide.

    I need to get it to be abot 306px wide and the image about 300 px wide using css code

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, the code and the image for the flickr widget come from flickr and the image is produced by them at 240px in width. If we enlarge the image, we will be asking the browser to enlarge it and they aren’t really very good at that, so it will lose quality and become blurry. You can see what I mean by adding the following custom CSS.

    #flickr_badge_uber_wrapper img {
        max-width: 100%;
        width: 75%;
    }
  • The topic ‘modify flickr widget’ is closed to new replies.