You are here

README.txt in Flickr 7

The content of this file is based on the online documentation that can be found
at https://www.drupal.org/node/2174131. It is recommended to read it there.

Extra configuration options: Rounded corners, shadow, border, emphasize on
hover.

Configuration
=============
At 'admin/config/media/flickr' in the section 'STYLING (CSS RELATED)':

Use flickr.css
--------------
Checkbox.
Uncheck to take care of the styling yourself in custom CSS.
If you use Flickr Filter, you might find the AutoFloat module useful
(https://www.drupal.org/project/autofloat).

Image styles
------------
Checkboxes.
- Rounded corners
- Shadow
- Border

Apply the image style also on the caption?
------------------------------------------
Radio buttons.
- No
- Yes, separate from the image
- Yes, wrapped around the image and caption ("Polaroid" effect if applied with a
  border)

Disable the above styles on a caption with only the text 'Flickr' (simple link)
-------------------------------------------------------------------------------
Checkbox.

Emphasize the image on hover?
-----------------------------
Radio buttons.
- No
- Enlarge slightly (includes the caption)
- Enlarge (image only) (*)
- Zoom (*)
- Magnifier icon

(*): The 'Zoom' and 'Enlarge' styles use bigger images to maintain the
resolution. This has a slight performance impact and the size 'big square' (q)
is not square but 150px on the longest side to avoid distortion on older
browsers.


Suppress Flickr block titles
============================
You can suppress the block titles with CSS. For example for the block 'Flickr: User photos with specific tags' ($delta=11), it would look like:

#block-flickr-11 .flickr-album-heading {
  display: none;
}


Image & album HTML structure
============================
See https://www.drupal.org/node/2289797.

File

style/README.txt
View source
  1. The content of this file is based on the online documentation that can be found
  2. at https://www.drupal.org/node/2174131. It is recommended to read it there.
  3. Extra configuration options: Rounded corners, shadow, border, emphasize on
  4. hover.
  5. Configuration
  6. =============
  7. At 'admin/config/media/flickr' in the section 'STYLING (CSS RELATED)':
  8. Use flickr.css
  9. --------------
  10. Checkbox.
  11. Uncheck to take care of the styling yourself in custom CSS.
  12. If you use Flickr Filter, you might find the AutoFloat module useful
  13. (https://www.drupal.org/project/autofloat).
  14. Image styles
  15. ------------
  16. Checkboxes.
  17. - Rounded corners
  18. - Shadow
  19. - Border
  20. Apply the image style also on the caption?
  21. ------------------------------------------
  22. Radio buttons.
  23. - No
  24. - Yes, separate from the image
  25. - Yes, wrapped around the image and caption ("Polaroid" effect if applied with a
  26. border)
  27. Disable the above styles on a caption with only the text 'Flickr' (simple link)
  28. -------------------------------------------------------------------------------
  29. Checkbox.
  30. Emphasize the image on hover?
  31. -----------------------------
  32. Radio buttons.
  33. - No
  34. - Enlarge slightly (includes the caption)
  35. - Enlarge (image only) (*)
  36. - Zoom (*)
  37. - Magnifier icon
  38. (*): The 'Zoom' and 'Enlarge' styles use bigger images to maintain the
  39. resolution. This has a slight performance impact and the size 'big square' (q)
  40. is not square but 150px on the longest side to avoid distortion on older
  41. browsers.
  42. Suppress Flickr block titles
  43. ============================
  44. You can suppress the block titles with CSS. For example for the block 'Flickr: User photos with specific tags' ($delta=11), it would look like:
  45. #block-flickr-11 .flickr-album-heading {
  46. display: none;
  47. }
  48. Image & album HTML structure
  49. ============================
  50. See https://www.drupal.org/node/2289797.